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
So my editor now requires the existance of that eslint.js file.
Suggested solution:
Add the missing kcd-scripts in dependencies of react-testing-library.
When I install kcd-scripts alongside @testing-library/react in my package devDependencies (and restart TS server in vs code), then the error goes away. But I would expect that the expected behaviour is to just install @testing-library/react and not get the error in the first place 🙂