summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/vendor/llhttp/tslint.json
blob: b0aaf97bc0ccf81528f7f9b0a3baa10b98796fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {
      "no-bitwise": null,
      "quotemark": [
        true, "single", "avoid-escape", "avoid-template"
      ]
    },
    "rulesDirectory": []
}