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.
deno doc --lint
1 parent 0a53ba3 commit 0c217e3Copy full SHA for 0c217e3
deno.jsonc
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"tasks": {
5
"fix": "deno fmt && deno lint --fix && deno test --allow-read --doc --parallel --shuffle && deno publish --dry-run --allow-dirty",
6
- "check": "deno fmt --check && deno lint && deno doc --lint mod.ts && deno test --allow-read --doc --parallel --shuffle && deno publish --dry-run",
+ "check": "deno fmt --check && deno lint && deno test --allow-read --doc --parallel --shuffle && deno publish --dry-run",
7
"coverage": "deno test --allow-read=./ --parallel --shuffle --coverage && deno coverage --html",
8
// from https://github.com/jsr-core/unknownutil/blob/v4.2.2/deno.jsonc#L84-L85
9
"update": "deno run --allow-env --allow-read --allow-write=. --allow-run=git,deno --allow-net=jsr.io,registry.npmjs.org jsr:@molt/cli",
0 commit comments