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