mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Use kebab-case for name-property-casing or it has a conflict with the other kebab-case style
This commit is contained in:
parent
1c99679c34
commit
fb876f13f7
1 changed files with 1 additions and 1 deletions
2
eslintrc
2
eslintrc
|
@ -132,7 +132,7 @@
|
|||
"vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1, "allowFirstLine": false } } ],
|
||||
"vue/multiline-html-element-content-newline": "off",
|
||||
"vue/mustache-interpolation-spacing": [ "warn" ],
|
||||
"vue/name-property-casing": [ "warn" ],
|
||||
"vue/name-property-casing": [ "warn", "kebab-case" ],
|
||||
"vue/no-multi-spaces": [ "warn" ],
|
||||
"vue/prop-name-casing": [ "warn" ],
|
||||
"vue/require-default-prop": "off",
|
||||
|
|
Loading…
Reference in a new issue