Set the vue component-definition-name-casing to kebab-case globally (since this includes the base js file)

This commit is contained in:
Kevin MacMartin 2020-10-04 00:48:06 -04:00
parent 2c6d0da5f8
commit 1c99679c34

View file

@ -107,7 +107,8 @@
"space-infix-ops": [ "warn" ],
"space-unary-ops": [ "warn" ],
"spaced-comment": [ "warn" ],
"wrap-regex": [ "warn" ]
"wrap-regex": [ "warn" ],
"vue/component-definition-name-casing": [ "warn", "kebab-case" ]
},
"overrides": [