disable multi-word-component-names.

This commit is contained in:
Miroslav Šedivý 2022-05-14 19:41:34 +02:00
parent 6fcbcedc6d
commit fa12804996

View File

@ -8,6 +8,7 @@
"parser": "@typescript-eslint/parser"
},
"rules": {
"vue/multi-word-component-names": "off",
"vue/valid-v-for": "off",
"no-case-declarations": "off",
"no-dupe-class-members": "off",