Skip to content

Commit 63cc7c7

Browse files
chore: wip
1 parent 4e4f548 commit 63cc7c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
},
4747
"git-hooks": {
4848
"pre-commit": {
49-
"staged-lint": {
49+
"stagedLint": {
5050
"*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier lint --fix"
51-
}
51+
},
52+
"autoRestage": true
5253
},
5354
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
5455
},

0 commit comments

Comments
 (0)