소스 검색

fix: eslint fix

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

+ 3 - 1
.eslintrc.js

@@ -54,7 +54,9 @@ module.exports = {
       {
         'ignoreReadBeforeAssign': false
       }
-    ]
+    ],
+    'template-curly-spacing': 'off',
+    'indent': 'off'
   },
   parserOptions: {
     parser: 'babel-eslint'