Commit b5364fe5469a5c5f084bb80623081f0ff57663a9

Authored by miofly
Committed by GitHub
1 parent 74b0dfd5

chore:add rules (#1340)

Showing 1 changed file with 1 additions and 0 deletions
.eslintrc.js
@@ -74,5 +74,6 @@ module.exports = defineConfig({ @@ -74,5 +74,6 @@ module.exports = defineConfig({
74 math: 'always', 74 math: 'always',
75 }, 75 },
76 ], 76 ],
  77 + 'vue/multi-word-component-names': 'off'
77 }, 78 },
78 }); 79 });