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,