Skip to content

Commit

Permalink
chore: configure husky with eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernizhel committed Jul 13, 2023
1 parent ae7cf51 commit ec2f29c
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run test-ci
npm run format && npm run lint && npm run test-ci

0 comments on commit ec2f29c

Please sign in to comment.