From 996ea41224e16e464740f65632168ea2549ebb8c Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Wed, 7 Mar 2018 14:07:38 +0100 Subject: [PATCH] remove app-prefix rule for component linting --- static/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/static/tslint.json b/static/tslint.json index 3bbe964..0deb642 100644 --- a/static/tslint.json +++ b/static/tslint.json @@ -109,7 +109,6 @@ "component-selector": [ true, "element", - "app", "kebab-case" ], "use-input-property-decorator": true,