We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a96e6b commit 34b4080Copy full SHA for 34b4080
.lintstagedrc.json
@@ -1,4 +1,3 @@
1
{
2
- "**/*.{yml,json,md,html,ts,js}": "prettier --check",
3
- "**/*.{ts,tsx,js,jsx}": "eslint --quiet --fix"
+ "**/*.{yml,json,md,html,ts,js}": "prettier --check"
4
}
0 commit comments