]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Add ability to list video imports
[github/Chocobozzz/PeerTube.git] / tslint.json
index 8887798568c59436d95d1e9d2d6bc4a19abe28d3..92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa 100644 (file)
@@ -1,3 +1,13 @@
 {
-  "extends": "tslint-config-standard"
+  "extends": "tslint-config-standard",
+  "rules": {
+    "await-promise": [true, "Bluebird"],
+    "no-inferrable-types": true,
+    "eofline": true,
+    "indent": ["spaces"],
+    "ter-indent": [true, 2],
+    "max-line-length": [true, 140],
+    "no-unused-variable": false, // Memory issues
+    "no-floating-promises": false
+  }
 }