cremalab/app-web

ESLint config in package.json conflicts with .eslintrc.js

roblafeve opened this issue · 0 comments

Discovered that this is causing a conflict with the extends defined in .eslintrc.js:

// package.json

"eslintConfig": {
  "extends": "react-app"
},

The fix seems to be to remove it from package.json.