diff --git a/.eslintrc.js b/.eslintrc.js index 5fcac9eb..ffad1d00 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,5 +74,6 @@ module.exports = defineConfig({ math: 'always', }, ], + 'vue/multi-word-component-names': 'off' }, });