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:
@@ -2,6 +2,7 @@
|
||||
set -eo pipefail
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
#shellcheck source=/dev/null
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn lint-staged
|
||||
|
||||
Reference in New Issue
Block a user