Skip to content

Commit

Permalink
chore(): update lint-staged hook config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 17, 2022
1 parent 9dfab47 commit 173a810
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 1 deletion.
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"

npx lint-staged
npx --no-install lint-staged
281 changes: 281 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "2.0.0",
"lint-staged": "13.0.2",
"marked": "2.1.3",
"protractor": "7.0.0",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 173a810

Please sign in to comment.