diff --git a/.eslintrc.js b/.eslintrc.js index e5e4fa33..8f559151 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,6 +35,7 @@ module.exports = { '@typescript-eslint/camelcase': 'off', 'space-before-function-paren': 'off', 'vue/multi-word-component-names': 'off', - 'vue/attributes-order': 'off' + 'vue/attributes-order': 'off', + 'vue/attribute-hyphenation': 'off' } }