monorepo: add a linter --write
precommit hook
#2034
Labels
auto-triage-skip
enhancement
M-T: A feature request for new functionality
good first issue
tests
M-T: Testing work only
This will ensure any changes anyone goes to make always adhere to the style enforced in the repo.
Also, if need be, you can always provide the
--no-verify
flag togit commit
to skip running precommit hooks. This could be useful for e.g. big refactors, where you want to isolate linter changes separate from code changes.The text was updated successfully, but these errors were encountered: