Skip to content

Commit

Permalink
Merge pull request #12 from sima-land/11-eslint-plugin-jest-upd
Browse files Browse the repository at this point in the history
#11 Обновить пакет eslint-plugin-jest
  • Loading branch information
krutoo authored Feb 28, 2022
2 parents 9d7d4a9 + d1155dd commit a939d0d
Show file tree
Hide file tree
Showing 4 changed files with 1,008 additions and 1,029 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint
npm run lint
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn test
npm run test
Loading

0 comments on commit a939d0d

Please sign in to comment.