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 cda8bdf commit e2c91caCopy full SHA for e2c91ca
package.json
@@ -15,7 +15,7 @@
15
"repository": "github:softwareventures/resolve-typescript-plugin",
16
"license": "ISC",
17
"scripts": {
18
- "fix": "eslint . --fix && prettier --write .",
+ "fix": "tsc --noEmit && eslint . --fix && prettier --write .",
19
"lint": "tsc --noEmit && eslint . && prettier --check .",
20
"prepare": "tsc",
21
"semantic-release": "semantic-release",
0 commit comments