Skip to content

Commit 25353e4

Browse files
committed
chore: Switch to nano-staged
1 parent e0fb60d commit 25353e4

File tree

2 files changed

+5
-115
lines changed

2 files changed

+5
-115
lines changed

bun.lock

Lines changed: 2 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"@aklinker1/check": "^2.1.0",
2929
"@types/bun": "latest",
3030
"code-block-writer": "^12.0.0",
31-
"lint-staged": "^15.2.2",
31+
"nano-staged": "^1.0.2",
3232
"oxlint": "^1.6.0",
3333
"prettier": "^3.2.5",
3434
"simple-git-hooks": "^2.9.0",
3535
"typescript": "^5.8.3"
3636
},
3737
"simple-git-hooks": {
38-
"pre-commit": "bun lint-staged"
38+
"pre-commit": "./node_modules/.bin/nano-staged"
3939
},
40-
"lint-staged": {
40+
"nano-staged": {
4141
"*": "prettier --ignore-unknown --write"
4242
}
4343
}

0 commit comments

Comments
 (0)