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 b5ba3de commit 3cc6787Copy full SHA for 3cc6787
package.json
@@ -71,7 +71,7 @@
71
},
72
"lint-staged": {
73
"**/*.{ts,tsx,js,jsx}": [
74
- "eslint --fix",
+ "eslint --ext .js,.ts,.tsx --fix",
75
"prettier --write"
76
],
77
"**/*.{md,yml,json}": [
0 commit comments