mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Add pre-commit hooks with husky and lint staged
This commit is contained in:
4
.husky/pre-commit
Normal file
4
.husky/pre-commit
Normal file
@@ -0,0 +1,4 @@
|
||||
# Run lint-staged for formatting and linting on staged files only
|
||||
npx lint-staged
|
||||
|
||||
# Everything else (tests, type checking) should run in CI
|
||||
Reference in New Issue
Block a user