summaryrefslogtreecommitdiffstats
path: root/html/tslint.json
blob: 3367521d9ad64a50e9a08203818f558734bf16c9 (plain)
1
2
3
4
5
6
7
{
  "extends": "gts/tslint.json",
  "rules": {
    "deprecation": false,
    "no-any": false
  }
}