summaryrefslogtreecommitdiff
path: root/.dlint.json
blob: 448cc2d6050ff96c823feb1775525cf16c154c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "rules": {
    "tags": ["recommended"],
    "include": [
      "ban-untagged-todo"
    ],
    "exclude": [
      "no-invalid-triple-slash-reference"
    ]
  }
}