We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951909a commit 4ae759bCopy full SHA for 4ae759b
nativescript-angular/tslint.json
@@ -5,6 +5,8 @@
5
"rules":{
6
"directive-selector": [true, "attribute", "ns", "camelCase"],
7
"component-selector": [true, "element", "", "camelCase"],
8
+ "no-inputs-metadata-property": true,
9
+ "no-outputs-metadata-property": true,
10
"no-input-rename": true,
11
"no-output-rename": true,
12
"use-pipe-transform-interface": true,
0 commit comments