mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-21 11:35:41 -04:00
(lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name
This commit is contained in:
parent
aa82330c3b
commit
195ac3dbf4
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user