score:3

Accepted answer

looks like, you haven't installed some eslint packages to your node modules, try:

yarn add --dev eslint-config-react-app

or

npm install --save-dev eslint-config-react-app

Related Query

More Query from same tag