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