X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftslint.json;h=0cffea582523bb924de7807a91a99fe732f27d63;hb=0fdadee769ad7a12de59574c5b9062186edb1b29;hp=9653c965b79ca32e7ff53603e7d783f46f724ba2;hpb=ccf6ed16f1eeb05b77103bd44bc06ccbbbba9bdd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tslint.json b/client/tslint.json index 9653c965b..0cffea582 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -2,6 +2,7 @@ "rulesDirectory": ["./node_modules/codelyzer"], "rules": { "class-name": true, + "no-inferrable-types": true, "curly": false, "eofline": true, "indent": ["spaces"],