Remove deprecated Husky call
When committing, I saw the following output: ``` husky - DEPRECATED Please remove the following lines from your hook scripts: . "$(dirname -- "$0")/_/husky.sh" They WILL FAIL in v10.0.0 ```
This commit is contained in:
Родитель
82a8f25489
Коммит
0d22f324dc
|
@ -1,4 +1 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
|
|
Загрузка…
Ссылка в новой задаче