Skip to content

Commit

Permalink
add separate doc/readme for tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
GNRSN committed Jul 7, 2024
1 parent b9c9d05 commit b86ed54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TOOLING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Tooling

## Git hooks

Packages:

- Husky: Easier git hook configuration

- Lint-staged: Run e.g. formatting on staged filed and include result in the commit

Opt out through the `-n/--no-verify` flag available for most git commands

0 comments on commit b86ed54

Please sign in to comment.