summaryrefslogtreecommitdiff
path: root/tests/testdata/lsp/deno.lint.exclude.jsonc
blob: 9d4ba52ada43d4ea48b0006bdbb67459263848d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "lint": {
    "exclude": [
      "ignored.ts"
    ],
    "rules": {
      "exclude": [
        "camelcase"
      ],
      "include": [
        "ban-untagged-todo"
      ],
      "tags": []
    }
  }
}