Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 235 Bytes

TOOLING.md

File metadata and controls

11 lines (6 loc) · 235 Bytes

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