]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Add preview to embed
[github/Chocobozzz/PeerTube.git] / tslint.json
index 8887798568c59436d95d1e9d2d6bc4a19abe28d3..70e5d9bb4103f67ae7d18b4b3f1f7cc641f3855d 100644 (file)
@@ -1,3 +1,10 @@
 {
-  "extends": "tslint-config-standard"
+  "extends": "tslint-config-standard",
+  "rules": {
+    "no-inferrable-types": true,
+    "eofline": true,
+    "indent": ["spaces"],
+    "max-line-length": [true, 140],
+    "no-floating-promises": false
+  }
 }