Fix eslint config
This commit is contained in:
parent
711590b809
commit
fcb20d2878
@ -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 }],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user