Skip to content

Commit

Permalink
chore: remove lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 16, 2024
1 parent 49bf1e0 commit 3adc664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 386 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
}
},
"scripts": {
"prepare": "simple-git-hooks",
"build": "pkgroll --minify",
"lint": "eslint --cache .",
"test": "tsx tests",
Expand All @@ -47,21 +46,13 @@
"dev": "tsx watch --conditions=development tests",
"prepack": "pnpm build && clean-pkg-json"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.ts": "pnpm lint"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.33.0",
"@types/node": "^18.0.0",
"clean-pkg-json": "^1.2.0",
"eslint": "^8.26.0",
"lint-staged": "^13.0.3",
"manten": "^0.5.0",
"pkgroll": "^1.4.0",
"simple-git-hooks": "^2.8.1",
"tsd": "^0.24.1",
"tsx": "^4.7.2",
"typescript": "^4.8.4"
Expand Down
Loading

0 comments on commit 3adc664

Please sign in to comment.