Skip to content

Commit 774dcc5

Browse files
revert: keep staged-lint kebab + bunx gitlint shorthand
1 parent f348897 commit 774dcc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
},
7070
"git-hooks": {
7171
"pre-commit": {
72-
"stagedLint": {
72+
"staged-lint": {
7373
"*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier lint --fix"
7474
},
7575
"autoRestage": true
7676
},
77-
"commit-msg": "bunx --bun @stacksjs/gitlint --edit .git/COMMIT_EDITMSG"
77+
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
7878
}
7979
}

0 commit comments

Comments
 (0)