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 e00d750 commit 6bc69cbCopy full SHA for 6bc69cb
package.json
@@ -15,7 +15,7 @@
15
"license": "ISC",
16
"scripts": {
17
"pre-commit": "precise-commits",
18
- "fix": "eslint . --fix && prettier --write .",
+ "fix": "tsc --noEmit && eslint . --fix && prettier --write .",
19
"lint": "tsc --noEmit && eslint . && prettier --check .",
20
"prepare": "husky install && tsc",
21
"semantic-release": "semantic-release",
0 commit comments