Remove CRA stuff, revert to custom webpack config
This commit is contained in:
17
server/.eslintrc
Normal file
17
server/.eslintrc
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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