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