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