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 65fbf7f commit 24831f6Copy full SHA for 24831f6
package.json
@@ -46,7 +46,7 @@
46
"build": "rm -rf dist && tsc",
47
"build:docs": "rm -rf docs && typedoc src/index.ts --out docs --exclude \"**/*.spec.ts\" --readme README.md",
48
"deploy:docs": "gh-pages -d docs",
49
- "lint": "npx eslint . --max-warnings=0",
+ "lint": "npx eslint . --max-warnings=0 && npx tsc --noEmit",
50
"prettier:ts": "prettier --parser typescript --write 'src/**/*.ts'",
51
"prettier:ci": "prettier --parser typescript --list-different 'src/**/*.ts'",
52
"prettier:json": "prettier --parser json --write '**/*.json'",
0 commit comments