Skip to content

Commit 2b73d93

Browse files
authored
add commit hook instructions
1 parent 010040f commit 2b73d93

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.dev.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ try to automatically fix linting issues with
4949
```shell
5050
npm run lint -- --fix
5151
```
52+
53+
To run linting on commit, you can install a git commit hook with
54+
55+
```shell
56+
npx husky install
57+
```

0 commit comments

Comments
 (0)