Skip to content

Commit 7a5842b

Browse files
committed
build: allow bindings to class property
Previously we didn't allow binding to `[class]`, because it would override the entire `class` attribute. That's no longer the case so now we can allow it.
1 parent 91b2937 commit 7a5842b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"Component": {
9595
"argument": 0,
9696
"properties": {
97-
"!host": "\\[class\\]",
9897
"!preserveWhitespaces": ".*",
9998
"!styles": ".*",
10099
"!moduleId": ".*",

0 commit comments

Comments
 (0)