egonSchiele / chisel

Open source writing app
https://chiseleditor.com
Other
38 stars 3 forks source link

chore: add husky to force lint on commit #16

Closed alexandersmanning closed 1 year ago

alexandersmanning commented 1 year ago

This now calls lint on precommit so that one cannot commit (unless they type git commit -m "xxx" --no-verify) without yarn lint first running.

egonSchiele commented 1 year ago

good idea!