Browse Source

fix: eslint fix

Sendya 5 years ago
parent
commit
ac0bdd9fca
1 changed files with 3 additions and 1 deletions
  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'