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
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
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! :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to do
yarn test
with my github CI action, I get the following:
Tried to reference
eslint-config-react-app
from the folder where it isnpm ls eslint-config-react-app
usinglink:
, tried also to install it (using version from npm ls) but nothing worked.Any help would be most appreciated! :)
The text was updated successfully, but these errors were encountered: