diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 0000000000..31354ec138 --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000000..36af219892 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx lint-staged diff --git a/6 b/6 new file mode 100644 index 0000000000..ed3fd32e7c --- /dev/null +++ b/6 @@ -0,0 +1,12 @@ + +added 67 packages, and audited 386 packages in 2s + +56 packages are looking for funding + run `npm fund` for details + +3 high severity vulnerabilities + +To address all issues, run: + npm audit fix + +Run `npm audit` for details.