Skip to content

Commit ac0bdd9

Browse files
committed
fix: eslint fix
1 parent abcbe64 commit ac0bdd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ module.exports = {
5454
{
5555
'ignoreReadBeforeAssign': false
5656
}
57-
]
57+
],
58+
'template-curly-spacing': 'off',
59+
'indent': 'off'
5860
},
5961
parserOptions: {
6062
parser: 'babel-eslint'

0 commit comments

Comments
 (0)