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 0ef25e8 commit 3885af8Copy full SHA for 3885af8
.husky/pre-commit
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/usr/bin/env sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
node bin/lint-staged.js
README.md
@@ -369,7 +369,7 @@ All examples assume you've already set up lint-staged in the `package.json` file
369
In `.husky/pre-commit`
370
371
```shell
372
373
374
375
npx lint-staged
0 commit comments