Use kebab-case for name-property-casing or it has a conflict with the other kebab-case style

This commit is contained in:
Kevin MacMartin 2020-10-06 15:30:58 -04:00
parent 1c99679c34
commit fb876f13f7

View file

@ -132,7 +132,7 @@
"vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1, "allowFirstLine": false } } ], "vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1, "allowFirstLine": false } } ],
"vue/multiline-html-element-content-newline": "off", "vue/multiline-html-element-content-newline": "off",
"vue/mustache-interpolation-spacing": [ "warn" ], "vue/mustache-interpolation-spacing": [ "warn" ],
"vue/name-property-casing": [ "warn" ], "vue/name-property-casing": [ "warn", "kebab-case" ],
"vue/no-multi-spaces": [ "warn" ], "vue/no-multi-spaces": [ "warn" ],
"vue/prop-name-casing": [ "warn" ], "vue/prop-name-casing": [ "warn" ],
"vue/require-default-prop": "off", "vue/require-default-prop": "off",