Skip to content

Commit

Permalink
build: initialize deno to repo (cataclysmbnteam#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Apr 4, 2023
1 parent e34a20b commit 3fb6845
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tasks": {
"tools": "deno run --watch -A"
},
"test": { "files": { "include": ["./tools"] } },
"lint": { "files": { "include": ["./tools"] } },
"fmt": {
"files": { "include": ["./tools"] },
"options": { "semiColons": false, "lineWidth": 100 }
}
}

0 comments on commit 3fb6845

Please sign in to comment.