Explorar o código

chore:add rules (#1340)

miofly %!s(int64=3) %!d(string=hai) anos
pai
achega
b5364fe546
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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