Browse Source

chore:add rules (#1340)

miofly 3 years ago
parent
commit
b5364fe546
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -74,5 +74,6 @@ module.exports = defineConfig({
         math: 'always',
       },
     ],
+		'vue/multi-word-component-names': 'off'
   },
 });