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