HiddenPhox/.husky/pre-commit

5 lines
115 B
Plaintext
Raw Permalink Normal View History

2022-12-18 19:37:00 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
node_modules/.bin/eslint . && node_modules/.bin/prettier --check **/*.js