From b5364fe5469a5c5f084bb80623081f0ff57663a9 Mon Sep 17 00:00:00 2001 From: miofly <42859910+Miofly@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:24:00 +0800 Subject: [PATCH] chore:add rules (#1340) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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' }, }); -- GitLab