deno_lint 0.68.0

lint for deno
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lock": false,
  "tasks": {
    "update-docs": "cargo run --features=docs --example dlint rules --json > www/static/docs.json",
    "update-schemas": "deno run --allow-run --allow-read=schemas --allow-write=schemas tools/generate_schemas.ts"
  },
  "exclude": [
    "target",
    "examples",
    "benchmarks/oak"
  ]
}