diff --git a/.eslintrc.js b/.eslintrc.js index 17290513..72a76f00 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -53,11 +53,13 @@ module.exports = { 'max-len': 'off', 'vue/one-component-per-file': 'off', 'vue/this-in-template': ['error', 'never'], + 'vue/multi-word-component-names': 'off', 'vue/max-attributes-per-line': ['error', { - singleline: 3, + singleline: { + max: 3, + }, multiline: { max: 1, - allowFirstLine: false, }, }], 'vue/singleline-html-element-content-newline': 'off',