summaryrefslogtreecommitdiff
path: root/tests/specs/lint/with_report_config_override/Deno.compact.format.jsonc
blob: f3487501a8f6d5d57c47040b9e63d13112dae044 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "lint": {
    "include": ["with_config/"],
    "exclude": ["with_config/b.ts"],
    "rules": {
      "tags": ["recommended"],
      "include": ["ban-untagged-todo"]
    },
    "report": "compact"
  }
}