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
This happens because eslint doesnt get installed in node_modules/bin, but rather in node_modules/eslint/bin. (but if I add a script in package.json, npm will find it).
Is this in the scope of the project? Would you accept a PR?