diff --git a/eslintrc b/eslintrc index 88ac916..c999626 100644 --- a/eslintrc +++ b/eslintrc @@ -113,6 +113,14 @@ }, "overrides": [ + { + "files": [ "*" ], + + "rules": { + "vue/multi-word-component-names": "off" + } + }, + { "files": [ "*.vue" ], @@ -131,7 +139,6 @@ "vue/html-indent": "off", "vue/html-self-closing": "off", "vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1 } } ], - "vue/multi-word-component-names": "off", "vue/multiline-html-element-content-newline": "off", "vue/mustache-interpolation-spacing": [ "warn" ], "vue/name-property-casing": [ "warn", "kebab-case" ],