We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6126b72 commit eb07cd5Copy full SHA for eb07cd5
.lintstagedrc.json
@@ -1,5 +1,5 @@
1
{
2
"*.{js,json,md}": ["prettier --write", "git add"],
3
"*.js": ["npm run lint:base --fix", "git add"],
4
- ".*{rc, json}": ["jsonlint", "git add"]
+ ".*{rc, json}": ["jsonlint --in-place", "git add"]
5
}
0 commit comments