mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 11:46:38 -05:00
Remove name-property-casing as this is no longer a thing
This commit is contained in:
parent
558501a1a7
commit
e89d41f85e
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -141,7 +141,6 @@
|
|||
"vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1 } } ],
|
||||
"vue/multiline-html-element-content-newline": "off",
|
||||
"vue/mustache-interpolation-spacing": [ "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