summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/vendor/llhttp/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/aiohttp/vendor/llhttp/tslint.json')
-rw-r--r--third_party/python/aiohttp/vendor/llhttp/tslint.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/python/aiohttp/vendor/llhttp/tslint.json b/third_party/python/aiohttp/vendor/llhttp/tslint.json
new file mode 100644
index 0000000000..b0aaf97bc0
--- /dev/null
+++ b/third_party/python/aiohttp/vendor/llhttp/tslint.json
@@ -0,0 +1,14 @@
+{
+ "defaultSeverity": "error",
+ "extends": [
+ "tslint:recommended"
+ ],
+ "jsRules": {},
+ "rules": {
+ "no-bitwise": null,
+ "quotemark": [
+ true, "single", "avoid-escape", "avoid-template"
+ ]
+ },
+ "rulesDirectory": []
+}