This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Description
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! :)