2017-12-14 16:21:45 +00:00
|
|
|
{
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
2018-12-05 00:41:37 +00:00
|
|
|
"extends": ["eslint:recommended", "plugin:import/errors"],
|
2017-12-14 16:21:45 +00:00
|
|
|
"rules": {
|
|
|
|
"no-console": 0
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"fetch": true,
|
|
|
|
"Promise": true
|
2018-12-05 00:41:37 +00:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"react": {
|
|
|
|
"version": "15"
|
|
|
|
}
|
2017-12-14 16:21:45 +00:00
|
|
|
}
|
|
|
|
}
|