Skip to content

Commit 0907267

Browse files
chore: minor tweak
1 parent fa1c125 commit 0907267

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
}
3838
},
3939
"lint-staged": {
40-
"*.js": "eslint"
40+
"*.js": [
41+
"eslint --fix",
42+
"git add"
43+
]
4144
},
4245
"files": [
4346
"bin",

0 commit comments

Comments
 (0)