(lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name

This commit is contained in:
Valentyne Stigloher 2025-04-25 13:20:25 +02:00
parent aa82330c3b
commit 195ac3dbf4

View File

@ -204,7 +204,9 @@ export default withNuxt(
'vue/object-curly-newline': 'warn',
'vue/object-shorthand': 'warn',
'vue/operator-linebreak': 'warn',
'vue/prefer-use-template-ref': 'error',
'vue/prefer-template': 'warn',
'vue/require-macro-variable-name': 'error',
'vue/space-infix-ops': 'warn',
'vue/space-unary-ops': 'warn',
},