summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/Deno.malformed2.jsonc
blob: 741e0321b51664c11d3d232b02db1d3d35bd2097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "lint": {
    "files": {
      "include": ["lint/with_config/"],
      "exclude": ["lint/with_config/b.ts"],
      "dont_know_this_field": {}
    },
    "rules": {
      "tags": ["recommended"],
      "include": ["ban-untagged-todo"]
    }
  }
}