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 8b973c8 commit 97e06e8Copy full SHA for 97e06e8
package.json
@@ -69,7 +69,7 @@
69
},
70
"lint-staged": {
71
"**/*.{ts,tsx,js,jsx}": [
72
- "eslint --fix",
+ "eslint --ext .ts,.tsx,.js,.jsx --fix",
73
"prettier --write"
74
],
75
"**/*.{md,yml,json}": [
0 commit comments