From cd77e14178c37227f976329e358b9ef147bf7998 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Fri, 8 Sep 2017 13:08:51 +0100 Subject: [PATCH] Add ability to make panel components etc. in tslint --- tslint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index ee44f97..b4db95c 100644 --- a/tslint.json +++ b/tslint.json @@ -99,7 +99,7 @@ ], "directive-selector": [true, "attribute", "app", "camelCase"], - "component-selector": [true, "element", ["app", "widget", "snippet"], "kebab-case"], + "component-selector": [true, "element", ["app", "widget", "snippet", "panel"], "kebab-case"], "use-input-property-decorator": true, "use-output-property-decorator": true, "use-host-property-decorator": true, @@ -107,7 +107,7 @@ "no-output-rename": true, "use-life-cycle-interface": true, "use-pipe-transform-interface": true, - "component-class-suffix": [true, "Component", "Widget"], + "component-class-suffix": [true, "Component", "Widget", "Panel"], "directive-class-suffix": true, "no-access-missing-member": true, "templates-use-public": true,