From 37953e8a06b6660634d141b2c9c326ea43c441c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Wed, 14 Sep 2016 15:07:57 +0200 Subject: [PATCH] chore: update tslint rules --- tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tslint.json b/tslint.json index f322c69f5c..f86c736ddd 100644 --- a/tslint.json +++ b/tslint.json @@ -84,13 +84,10 @@ "check-type" ], - "directive-selector-name": [true, "camelCase"], "component-selector-name": [true, "kebab-case"], - "directive-selector-type": [true, "attribute"], "component-selector-type": [true, "element"], "use-input-property-decorator": true, "use-output-property-decorator": true, - "use-host-property-decorator": true, "use-life-cycle-interface": true, "use-pipe-transform-interface": true, "component-class-suffix": true,