repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

Jacob Bolda · 30 Jan 24

deno.json

 1{
 2  "tasks": {
 3    "types": "deno run --allow-write ./api-type-template.ts",
 4    "npm": "deno run -A ./npm.ts",
 5    "test": "deno test --allow-env --allow-read",
 6    "sync-build-to": "deno run -A ./scripts/sync.ts"
 7  },
 8  "lint": {
 9    "exclude": ["npm/", "examples/"],
10    "rules": {
11      "tags": ["recommended"],
12      "exclude": ["no-explicit-any", "require-yield"]
13    }
14  },
15  "fmt": {
16    "exclude": ["npm/", "examples/"]
17  }
18}