Fix ESLint warnings
This commit is contained in:
parent
41806b2117
commit
fde375782c
|
@ -3,15 +3,17 @@
|
|||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:import/errors"
|
||||
],
|
||||
"extends": ["eslint:recommended", "plugin:import/errors"],
|
||||
"rules": {
|
||||
"no-console": 0
|
||||
},
|
||||
"globals": {
|
||||
"fetch": true,
|
||||
"Promise": true
|
||||
},
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "15"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue