diff --git a/.gitignore b/.gitignore index 373c58c..943af75 100644 --- a/.gitignore +++ b/.gitignore @@ -115,5 +115,4 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* -.husky \ No newline at end of file +.pnp.* \ No newline at end of file diff --git a/.huskyrc.json b/.huskyrc.json deleted file mode 100644 index eb1c34d..0000000 --- a/.huskyrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "hooks": { - "pre-commit": "pnpm format && pnpm lint && pnpm test", - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } -}