]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tslint.json
fix lint errors
[github/Chocobozzz/PeerTube.git] / client / tslint.json
index c1ca4336ef4af00952d976c08633cf9cb2d5a58b..e997088fdaa7822e4ae054812c5e0d24d53aae03 100644 (file)
@@ -6,7 +6,7 @@
     "eofline": true,
     "max-line-length": [true, 140],
     "no-floating-promises": false,
-    "no-unused-variable": false, // Bug, wait TypeScript 2.4
+    "no-unused-variable": false, // Memory issues
     "member-ordering": [true,
       "public-before-private",
       "static-before-instance",
@@ -31,7 +31,7 @@
     "contextual-life-cycle": true,
     "trackBy-function": false,
     "use-pipe-transform-interface": true,
-    "pipe-naming": [true, "camelCase", "my"],
+    "pipe-prefix": [true, "my"],
     "component-class-suffix": true,
     "directive-class-suffix": true,
     "pipe-impure": true