diff --git a/nativescript-angular/tslint.json b/nativescript-angular/tslint.json index 6b9fe8b83..d12741834 100644 --- a/nativescript-angular/tslint.json +++ b/nativescript-angular/tslint.json @@ -5,6 +5,8 @@ "rules":{ "directive-selector": [true, "attribute", "ns", "camelCase"], "component-selector": [true, "element", "", "camelCase"], + "no-inputs-metadata-property": true, + "no-outputs-metadata-property": true, "no-input-rename": true, "no-output-rename": true, "use-pipe-transform-interface": true,