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