Skip to content

Commit e1a5575

Browse files
committed
chore: remove bunx usage
1 parent 6718b47 commit e1a5575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"commit-msg": "bunx --no -- commitlint --edit $1"
6868
},
6969
"lint-staged": {
70-
"*.{js,jsx,ts,tsx,vue}": "bunx eslint --fix"
70+
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"
7171
},
7272
"config": {
7373
"commitizen": {

0 commit comments

Comments
 (0)