summaryrefslogtreecommitdiff
path: root/tests/specs/lint/opt_out_top_level_exclude_via_lint_inexclude/deno.json
blob: a7689f16d677907f0baf308679b3d163c9e65ceb (plain)
1
2
3
4
5
6
{
  "lint": {
    "exclude": ["!excluded.ts"]
  },
  "exclude": ["excluded.ts", "actually_excluded.ts"]
}