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.
.lintstagedrc
1 parent cd1263f commit 6c721b0Copy full SHA for 6c721b0
.lintstagedrc
@@ -1,3 +1,5 @@
1
{
2
- "*.js": ["npm run lint:fix", "git add"]
+ "*.js": ["npm run lint:fix", "git add"],
3
+ "*.{html,json,md,yml}": ["prettier --write", "git add"],
4
+ "*.*rc": ["prettier --write --parser json", "git add"]
5
}
0 commit comments