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 2c98ee2 commit b8bb2b2Copy full SHA for b8bb2b2
package.json
@@ -61,7 +61,6 @@
61
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
62
"test-api": "node test.js",
63
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
64
- "test-types": "dtslint types",
65
"test": "npm run build && npm run format && npm run test-coverage"
66
},
67
"prettier": {
0 commit comments