vocascan / vocascan-frontend

A highly configurable vocabulary trainer
https://vocascan.com
Apache License 2.0
30 stars 8 forks source link

Add `npm run lint` as pre-commit hook #123

Closed Tracer1337 closed 10 months ago

Tracer1337 commented 2 years ago

Add npm run lint as pre-commit hook

In case you don't want to run the linter, use git commit --no-verify or commit through VSCode: https://github.com/microsoft/vscode/issues/105881#issuecomment-700065939

Uses husky to store hooks in version-control