From 35e377093a75c48f98f1cb4d18982d5321c50eec Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Thu, 22 Jun 2017 12:07:03 +0300 Subject: [PATCH] fix(lint): remove redundant rules for I/O renaming renaming of I/O is required for readable two-way data binding --- tslint.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tslint.json b/tslint.json index 82616528..f1365d3d 100644 --- a/tslint.json +++ b/tslint.json @@ -119,8 +119,6 @@ "use-output-property-decorator": true, "use-host-property-decorator": true, "no-attribute-parameter-decorator": true, - "no-input-rename": true, - "no-output-rename": true, "no-forward-ref": true, "use-life-cycle-interface": true, "use-pipe-transform-interface": true,