X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftslint.json;h=068fe596e2b7640d03b180d5cef48bd26959c7fa;hb=7b272fd73f1ea67e83c1924f2cc33503b8759811;hp=b1e211ee9cb6d030453c7f96ac9af6ffff4a75da;hpb=b0f9f39ed70299a208d1b388c72de8b7f3510cb7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tslint.json b/client/tslint.json index b1e211ee9..068fe596e 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -21,14 +21,14 @@ "no-attribute-parameter-decorator": true, "no-input-rename": true, "no-output-rename": true, - "no-forward-ref": true, + "no-forward-ref": false, "use-life-cycle-interface": true, "use-pipe-transform-interface": true, "pipe-naming": [true, "camelCase", "my"], "component-class-suffix": true, "directive-class-suffix": true, "templates-use-public": true, - "no-access-missing-member": true, + "no-access-missing-member": false, "invoke-injectable": true } }