Skip to content

Commit

Permalink
chore: remove commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Oct 1, 2024
1 parent 0161078 commit 95d2b0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 245 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"packageManager": "[email protected]",
"homepage": "https://tsx.is",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"build": "pkgroll --minify",
"lint": "lintroll --node --cache --ignore-pattern 'docs/*.md' .",
"type-check": "tsc",
Expand All @@ -67,12 +66,6 @@
"docs:build": "pnpm --filter=docs build",
"docs:preview": "pnpm --filter=docs preview"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,ts,mjs,mts,cjs,cts,json}": "pnpm lint"
},
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -100,7 +93,6 @@
"fs-require": "^1.6.0",
"get-node": "^15.0.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.7",
"lintroll": "^1.8.1",
"magic-string": "^0.30.10",
"manten": "^1.3.0",
Expand All @@ -109,7 +101,6 @@
"outdent": "^0.8.0",
"pkgroll": "^2.4.1",
"proxyquire": "^2.1.3",
"simple-git-hooks": "^2.11.1",
"split2": "^4.2.0",
"strip-ansi": "^7.1.0",
"type-fest": "^4.20.1",
Expand Down
Loading

0 comments on commit 95d2b0f

Please sign in to comment.