We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5f31d commit dbdeb1fCopy full SHA for dbdeb1f
.eslintrc.js
@@ -38,6 +38,7 @@ module.exports = {
38
'@typescript-eslint/no-var-requires': 'off',
39
'@typescript-eslint/no-non-null-assertion': 'off',
40
'vue/one-component-per-file': 'off',
41
+ 'vue/multi-word-component-names': 'off',
42
'vue/experimental-script-setup-vars': 'off',
43
'vue/no-deprecated-props-default-this': 'off'
44
}
0 commit comments