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
Currently running npm run lint (or fix), will show warnings (not errors). By not throwing errors, the PRs always pass green which has let "unlinted" code into the repo.
Solution: Have npm run lint prettier warnings changed to errors.
The text was updated successfully, but these errors were encountered:
Currently running npm run lint (or fix), will show warnings (not errors). By not throwing errors, the PRs always pass green which has let "unlinted" code into the repo.
Solution: Have npm run lint prettier warnings changed to errors.
The text was updated successfully, but these errors were encountered: