chore(pre-commit): Add shellcheck to pre-commit hook (#850)

* chore(pre-commit): adds shellcheck
* Resolves shellcheck linting issues in existing files
This commit is contained in:
Iain Sproat
2022-08-09 15:00:51 +01:00
committed by GitHub
parent 1c5964fc41
commit 427050a15d
9 changed files with 25 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@
set -eo pipefail
[ -n "$CI" ] && exit 0
#shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged