Skip to content

Commit 6dbd1b3

Browse files
chore: run eslint instead of npm script in .lintstagedrc
1 parent 99a206c commit 6dbd1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.js": "npm run lint:fix",
2+
"*.js": "eslint --fix",
33
"*.{html,json,md,yml}": "prettier --write"
44
}

0 commit comments

Comments
 (0)