Skip to content

Commit

Permalink
chore: new Deno configuration schema (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdunkan authored Jun 19, 2023
1 parent 663d136 commit b36ca0f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
"lock": false,
"fmt": {
"options": { "proseWrap": "preserve" },
"files": {
"exclude": ["./out/"]
}
"proseWrap": "preserve",
"exclude": ["./out/"]
},
"lint": {
"files": {
"exclude": ["./out/"]
}
"exclude": ["./out/"]
},
"tasks": {
"example": "cd examples && deno run --allow-net --allow-read deno.ts",
"test": "deno test --allow-read --allow-run --allow-write",
"dnt": "deno run --allow-env --allow-net --allow-read --allow-run --allow-write scripts/dnt.ts"
},
"test": {
"files": {
"exclude": ["./out/"]
}
"exclude": ["./out/"]
}
}

0 comments on commit b36ca0f

Please sign in to comment.