소스 검색

chore:add rules (#1340)

miofly 3 년 전
부모
커밋
b5364fe546
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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