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 36f43f3 commit 220a1bcCopy full SHA for 220a1bc
.lintstagedrc.json
@@ -1,4 +1,4 @@
1
{
2
- "*.js": "eslint --fix",
3
- "*.{html,json,md,yml}": "prettier --write"
+ "*.{js,jsx,ts,tsx}": "eslint --fix",
+ "*.{css,html,json,md,yml}": "prettier --write"
4
}
0 commit comments