create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

ESLint couldn't find the config "react-app" to extend from.

Open tachyon-ops opened this issue 4 years ago • 0 comments

When I try to do yarn test with my github CI action, I get the following:

Ran all test suites.

$ eslint .

Oops! Something went wrong! :(

ESLint: 7.32.0
ESLint couldn't find the config "react-app" to extend from. Please check that the name of the config is correct.
The config "react-app" was referenced from the config file in "/home/runner/work/undp-radar/undp-radar/example/package.json".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.

Tried to reference eslint-config-react-app from the folder where it is npm ls eslint-config-react-app using link:, tried also to install it (using version from npm ls) but nothing worked. Any help would be most appreciated! :)

tachyon-ops avatar Nov 08 '21 18:11 tachyon-ops