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 3fc1305 commit 846b88dCopy full SHA for 846b88d
deno.json
@@ -24,7 +24,9 @@
24
"format:check": "deno fmt --check",
25
"lint": "deno lint",
26
"lint:fix": "deno lint --fix",
27
- "documentation": "deno doc ./src/mod.ts"
+ "documentation": "deno doc ./src/mod.ts",
28
+ "hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",
29
+ "hooks:pre-commit": "deno task format && deno task lint:fix"
30
},
31
"test": {
32
"include": [
0 commit comments