瀏覽代碼

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'