Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git commit hooks with lint-staged
Fixes #14 This will run: - eslint - prettier - related jest tests If anything fails it will prevent the commit. It will also format the following with prettier: js,css,sass,scss,md,json
- Loading branch information