Update contributors list
[oweals/peertube.git] / tslint.json
index 6e982ca85d47121cdfae366389a6502238b28d21..6828f4325efd6d4af83de9f50f71a1ee4bc07bb1 100644 (file)
@@ -1,11 +1,13 @@
 {
   "extends": "tslint-config-standard",
   "rules": {
+    "await-promise": [true, "Bluebird"],
     "no-inferrable-types": true,
     "eofline": true,
-    "indent": ["spaces"],
+    "indent": [true, "spaces"],
     "ter-indent": [true, 2],
     "max-line-length": [true, 140],
+    "no-unused-variable": false, // Memory issues
     "no-floating-promises": false
   }
 }