Open
Description
Describe the bug.
The pre-commit hook for husky is missing a script to lint staged files for git commit workflow
Describe the steps to reproduce the behavior.
- Clone this repo
- Make some changes with lint issues
- Try committing the change, husky will exit with code 1 similar to the below screenshot
Expected behavior.
Add a lint-staged
script to handle and fix the error
Screenshots.
Operating Environment
Windows/macOS/Linux
Additional Information
Credits to @Lucif3r-in at #76 (comment) for noticing this bug :)