Skip to content

Commit f7c05a3

Browse files
committed
Add check_all task
1 parent 1c07fea commit f7c05a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deno.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"tasks": {
3+
"check_all": "deno check **/*.ts"
4+
},
25
"fmt": {
36
"include": [
47
"src/",

0 commit comments

Comments
 (0)