Skip to content

Commit

Permalink
chore: add simple-git-hooks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 23, 2024
1 parent 67256a4 commit ad3f1fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"eslint": "9.15.0",
"lint-staged": "15.2.10",
"nuxt": "3.14.1592",
"simple-git-hooks": "2.11.1",
"vitest": "2.1.5"
},
"resolutions": {
Expand All @@ -62,7 +63,9 @@
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": ["npx eslint --fix"]
"*": [
"npx eslint --fix"
]
},
"packageManager": "[email protected]"
}
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit ad3f1fe

Please sign in to comment.