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 can work on this one. I have a question, can we add pre-commit hook to check for linting errors and auto fix errors (where possible) before making a commit.
Add an ESLint configuration (we can come up with some general rules for our code if needed).
Integrate this with GitHub actions such that feature branches will fail actions on linting errors.
Master branch will fail to deploy and build on linting errors.
The text was updated successfully, but these errors were encountered: