Fix eslint config

This commit is contained in:
Gautier P 2021-01-26 20:03:14 +01:00
parent 711590b809
commit fcb20d2878
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
"env": { "env": {
"browser": true "browser": true
}, },
"parserOptions": {
"ecmaVersion": 8
},
rules: { rules: {
'indent': ["error", 4, { 'SwitchCase': 1 }], 'indent': ["error", 4, { 'SwitchCase': 1 }],
} }