Explorar el Código

chore:add rules (#1340)

miofly hace 3 años
padre
commit
b5364fe546
Se han modificado 1 ficheros con 1 adiciones y 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'
   },
 });