We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7bbca commit 812c82bCopy full SHA for 812c82b
docs/guides/local-setup.md
@@ -34,7 +34,7 @@ npm install --save-dev husky
34
npx husky install
35
36
# Add commit message linting to commit-msg hook
37
-echo "npx --no -- commitlint --edit \$1" > .husky/commit-msg
+echo "npx --no commitlint --edit \$1" > .husky/commit-msg
38
# Windows users should use ` to escape dollar signs
39
echo "npx --no commitlint --edit `$1" > .husky/commit-msg
40
```
0 commit comments