Chatwoot/.husky/pre-commit

6 lines
87 B
Text
Raw Permalink Normal View History

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