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