mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 11:46:38 -05:00
Set the vue component-definition-name-casing to kebab-case globally (since this includes the base js file)
This commit is contained in:
parent
2c6d0da5f8
commit
1c99679c34
1 changed files with 2 additions and 1 deletions
3
eslintrc
3
eslintrc
|
@ -107,7 +107,8 @@
|
||||||
"space-infix-ops": [ "warn" ],
|
"space-infix-ops": [ "warn" ],
|
||||||
"space-unary-ops": [ "warn" ],
|
"space-unary-ops": [ "warn" ],
|
||||||
"spaced-comment": [ "warn" ],
|
"spaced-comment": [ "warn" ],
|
||||||
"wrap-regex": [ "warn" ]
|
"wrap-regex": [ "warn" ],
|
||||||
|
"vue/component-definition-name-casing": [ "warn", "kebab-case" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": [
|
"overrides": [
|
||||||
|
|
Loading…
Reference in a new issue