node-web-gpio/.husky/pre-commit

8 lines
124 B
Text
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# eslint 実行
npm run lint
# lint-staged 実行prettier
npm run precommit