Skip to content

Commit fa1c125

Browse files
fix: lint-staged config
1 parent 40b6c45 commit fa1c125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"lint-staged": {
40-
"*.js": "npm run lint"
40+
"*.js": "eslint"
4141
},
4242
"files": [
4343
"bin",

0 commit comments

Comments
 (0)