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 spike ticket is to look into using Husky pre-commit hooks in FinishLine that makes sure all tests are passing, prettier is validated / run, and eslint is linted / passing before committing.
Reason for Spike
This spike will help prevent unnecessary commits and pushes to the codebase that involve failing code (tests), non-formatted code, and un-linted code.
Spike Type
Technical
Goal
This spike ticket is to look into using Husky pre-commit hooks in FinishLine that makes sure all tests are passing, prettier is validated / run, and eslint is linted / passing before committing.
Reason for Spike
This spike will help prevent unnecessary commits and pushes to the codebase that involve failing code (tests), non-formatted code, and un-linted code.
Additional notes
Look into https://typicode.github.io/husky/how-to.html for some how to code.
The text was updated successfully, but these errors were encountered: