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
I searched around but couldn't find a reason why it's happening. The step before runs npm install so all the dependencies should be there. Running eslint with the same args locally works as expected. What could be happening?
The text was updated successfully, but these errors were encountered:
When I format my whole codebase I'm getting this error:
ESLint couldn't find the config "airbnb" to extend from. Please check that the name of the config is correct.
My Config
I searched around but couldn't find a reason why it's happening. The step before runs
npm install
so all the dependencies should be there. Runningeslint
with the same args locally works as expected. What could be happening?The text was updated successfully, but these errors were encountered: