mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
disable multi-word-component-names.
This commit is contained in:
parent
6fcbcedc6d
commit
fa12804996
@ -8,6 +8,7 @@
|
|||||||
"parser": "@typescript-eslint/parser"
|
"parser": "@typescript-eslint/parser"
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"vue/multi-word-component-names": "off",
|
||||||
"vue/valid-v-for": "off",
|
"vue/valid-v-for": "off",
|
||||||
"no-case-declarations": "off",
|
"no-case-declarations": "off",
|
||||||
"no-dupe-class-members": "off",
|
"no-dupe-class-members": "off",
|
||||||
|
Loading…
Reference in New Issue
Block a user