Skip to content

Commit 84ba1f2

Browse files
Disabled "app" pre-fix for linting. Fixes: #400
1 parent adfd2bd commit 84ba1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@
103103
"directive-selector": [
104104
true,
105105
"attribute",
106-
"app",
106+
"",
107107
"camelCase"
108108
],
109109
"component-selector": [
110110
true,
111111
"element",
112-
"app",
112+
"",
113113
"kebab-case"
114114
],
115115
"use-input-property-decorator": true,

0 commit comments

Comments
 (0)