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 fd06d38 commit 3df599aCopy full SHA for 3df599a
package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"precommit": "pretty-quick --staged",
12
- "lint": "tsc storage.d.ts",
+ "lint": "tsc storage.d.ts --strict",
13
"test": "npm run lint && npm run test:node",
14
"test:node":
15
"cross-env NODE_ENV=test nyc --reporter lcov --reporter text mocha --timeout 300000 test/index.js",
0 commit comments