#!/bin/bash # http://mywiki.wooledge.org/BashFAQ/105 set -e if [[ $(git config --get husky.hooks) == "false" ]]; then exit 0; fi yarn run lint-staged