Files
chatwoot/.husky/pre-commit
T
2021-12-08 17:32:00 -08:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run eslint
bundle exec rubocop -a
git add