We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a206c commit 6dbd1b3Copy full SHA for 6dbd1b3
.lintstagedrc.json
@@ -1,4 +1,4 @@
1
{
2
- "*.js": "npm run lint:fix",
+ "*.js": "eslint --fix",
3
"*.{html,json,md,yml}": "prettier --write"
4
}
0 commit comments