Skip to content

Commit 4ae759b

Browse files
authored
chore: tslint rules (#2180)
1 parent 951909a commit 4ae759b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: nativescript-angular/tslint.json

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"rules":{
66
"directive-selector": [true, "attribute", "ns", "camelCase"],
77
"component-selector": [true, "element", "", "camelCase"],
8+
"no-inputs-metadata-property": true,
9+
"no-outputs-metadata-property": true,
810
"no-input-rename": true,
911
"no-output-rename": true,
1012
"use-pipe-transform-interface": true,

0 commit comments

Comments
 (0)