diff --git a/tslint.json b/tslint.json index 77ac3c94..f91da3f4 100644 --- a/tslint.json +++ b/tslint.json @@ -117,9 +117,9 @@ "check-type" ], "no-output-on-prefix": true, - "use-input-property-decorator": true, - "use-output-property-decorator": true, - "use-host-property-decorator": true, + "no-inputs-metadata-property": true, + "no-outputs-metadata-property": true, + "no-host-metadata-property": true, "no-input-rename": true, "no-output-rename": true, "use-life-cycle-interface": true,