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 78f4c42 commit cda8bdfCopy full SHA for cda8bdf
package.json
@@ -16,7 +16,7 @@
16
"license": "ISC",
17
"scripts": {
18
"fix": "eslint . --fix && prettier --write .",
19
- "lint": "eslint . && prettier --check .",
+ "lint": "tsc --noEmit && eslint . && prettier --check .",
20
"prepare": "tsc",
21
"semantic-release": "semantic-release",
22
"test": "ava"
0 commit comments