Fix ESLint warnings
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
{
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:import/errors"
|
||||
],
|
||||
"rules": {
|
||||
"no-console": 0
|
||||
},
|
||||
"globals": {
|
||||
"fetch": true,
|
||||
"Promise": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user