miofly 3 anni fa
parent
commit
b5364fe546
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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