Closed alexandersmanning closed 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.
git commit -m "xxx" --no-verify
yarn lint
good idea!
This now calls lint on precommit so that one cannot commit (unless they type
git commit -m "xxx" --no-verify
) withoutyarn lint
first running.