Skip to content

Commit

Permalink
installing husky
Browse files Browse the repository at this point in the history
  • Loading branch information
EF-Pami committed Jan 22, 2024
1 parent bfa910a commit b530979
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 3,207 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
12 changes: 12 additions & 0 deletions 6
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

added 54 packages, and audited 368 packages in 4s

60 packages are looking for funding
run `npm fund` for details

3 high severity vulnerabilities

To address all issues (including breaking changes), run:
npm audit fix --force

Run `npm audit` for details.
Loading

0 comments on commit b530979

Please sign in to comment.