Skip to content

Commit 90c7b13

Browse files
authored
docs(types): add TSDoc comments to public exports (#308)
1 parent 9105f49 commit 90c7b13

2 files changed

Lines changed: 637 additions & 37 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dev": "npm run karma -- --no-single-run --browsers ChromeHeadless",
4141
"dev:coverage": "rm -rf ./coverage && NODE_ENV=coverage npm run dev",
4242
"lint": "eslint ./src ./test ./cli",
43-
"format": "prettier --write ./src ./test ./cli",
43+
"format": "prettier --write ./src ./test ./cli ./types",
4444
"test": "npm run test:cli && npm run lint && npm run karma && npm run test:typescript",
4545
"test:coverage": "rm -rf ./coverage && NODE_ENV=coverage npm run karma",
4646
"test:cli": "node ./cli/test.js",

0 commit comments

Comments
 (0)