We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010040f commit 2b73d93Copy full SHA for 2b73d93
1 file changed
README.dev.md
@@ -49,3 +49,9 @@ try to automatically fix linting issues with
49
```shell
50
npm run lint -- --fix
51
```
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