You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?