Skip to content

Commit 6b20cfa

Browse files
chore: wip
1 parent 1bf46e2 commit 6b20cfa

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
@@ -71,9 +71,10 @@
7171
},
7272
"git-hooks": {
7373
"pre-commit": {
74-
"staged-lint": {
74+
"stagedLint": {
7575
"*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier lint --fix"
76-
}
76+
},
77+
"autoRestage": true
7778
},
7879
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
7980
},

0 commit comments

Comments
 (0)