소스 검색

fix: linter

Alvaro 2 년 전
부모
커밋
458b7c5508
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -32,6 +32,6 @@ module.exports = {
     'vue/multi-word-component-names': 0,
     'vue/no-multiple-template-root': 'off',
     'vue/first-attribute-linebreak': 'off',
-    'vue/setup-compiler-macros': true,
+    'vue/setup-compiler-macros': 0,
   },
 }