Browse Source

chore:add rules (#1340)

miofly 3 năm trước cách đây
mục cha
commit
b5364fe546
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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