#4
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
Никита Круглицкий
2025-10-03 02:36:38 +06:00
parent 7cecf0641f
commit c365f3e885
3 changed files with 32 additions and 14 deletions

View File

@@ -5,6 +5,9 @@ export default antfu({
css: true,
},
overrides: {
typescript: {
'no-console': 'off',
},
vue: {
'vue/block-order': ['error', {
order: ['template', 'script', 'style'],