Skip to content

Commit dbdeb1f

Browse files
committed
ignore multi word rule
1 parent fb5f31d commit dbdeb1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = {
3838
'@typescript-eslint/no-var-requires': 'off',
3939
'@typescript-eslint/no-non-null-assertion': 'off',
4040
'vue/one-component-per-file': 'off',
41+
'vue/multi-word-component-names': 'off',
4142
'vue/experimental-script-setup-vars': 'off',
4243
'vue/no-deprecated-props-default-this': 'off'
4344
}

0 commit comments

Comments
 (0)