Lint files only in staging and not all files #195
Labels
good first issue
Good for newcomers
priority: high
scope: general
Anything related to this repository
type: enhancement
New feature or request
Problem
Currently, if you commit your changes, then our pre commit hook will run linter for all the workspace and all files within the workspace. The problem with this is it run lint on all the file making the process slow.
Solution
Use lint-stage to only lint files that are being staged.
The text was updated successfully, but these errors were encountered: