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 a772031 commit 9183069Copy full SHA for 9183069
package.json
@@ -51,7 +51,7 @@
51
"prettier --write"
52
],
53
"*.ts?(x)": [
54
- "eslint",
+ "eslint --fix",
55
"prettier --parser=typescript --write"
56
]
57
},
0 commit comments