diff --git a/.eslintrc.js b/.eslintrc.js index a7e930eb..877eef3d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -122,6 +122,7 @@ module.exports = { 'tab' ], 'vue/valid-template-root': 'off', + 'vue/multi-word-component-names': 'off', 'vue/max-attributes-per-line': 'off', 'vue/require-prop-types': 'off', 'vue/require-default-prop': 'off',