Open 0xflotus opened 1 week ago
The goal of this issue is to run the npm lint command before committing any changes. To reach this goal, we can use a pre-commit git hook.
npm lint
pre-commit
Hey Can I work on this?, If yes please assign this to me!!.
Sure :)
The goal of this issue is to run the
npm lint
command before committing any changes. To reach this goal, we can use apre-commit
git hook.