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