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 bad5e0d commit e19b639Copy full SHA for e19b639
package.json
@@ -24,7 +24,7 @@
24
"prepare": "husky install",
25
"lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special && yarn fmt:check && yarn lint:spellcheck",
26
"lint:code": "eslint --cache .",
27
- "lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
+ "lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/generate-types",
28
"lint:types": "tsc",
29
"lint:types-test": "tsc -p tsconfig.types.test.json",
30
"lint:spellcheck": "cspell --no-must-find-files \"**/*.*\"",
0 commit comments