react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate icon indicating copy to clipboard operation
react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate copied to clipboard

[Q] Missing eslint-config-react-app?

Open AndrejGajdos opened this issue 3 years ago • 0 comments

Just a quick question. I noticed in your monorepo .eslintrc file

"extends": [
    "react-app"
  ],

but I don't see eslint-config-react-app in your monorepo package.json file. Monorepo .eslintrc file is not CRA project so I think you need this dependency there?

AndrejGajdos avatar Mar 26 '21 08:03 AndrejGajdos