aboutsummaryrefslogtreecommitdiff
path: root/editors/code/tslint.json
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-05 20:39:47 +0000
committerVeetaha <[email protected]>2020-02-05 20:39:47 +0000
commit8153b60e1d8abdcefbf6c7c9657f1ce65a216d7a (patch)
tree68f445e973268dffce86c66cfc396c9221bf4ca3 /editors/code/tslint.json
parent8d0f7da2f5f2ae1dc5711005f08fde0007da165b (diff)
vscode: eliminate floating promises and insane amount of resource handle leaks
Diffstat (limited to 'editors/code/tslint.json')
-rw-r--r--editors/code/tslint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/tslint.json b/editors/code/tslint.json
index 0df11b2f1..333e2a321 100644
--- a/editors/code/tslint.json
+++ b/editors/code/tslint.json
@@ -4,6 +4,7 @@
4 true, 4 true,
5 "always" 5 "always"
6 ], 6 ],
7 "prefer-const": true 7 "prefer-const": true,
8 "no-floating-promises": true
8 } 9 }
9} 10}