Skip to content

Commit 0eec568

Browse files
committed
build: update linting to account for standalone by default
Updates the tslint config to prevent setting the `standalone` flag.
1 parent bc3d11b commit 0eec568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"argument": 0,
107107
"properties": {
108108
"changeDetection": "\\.OnPush$",
109-
"standalone": "^true$"
109+
"!standalone": ".*"
110110
}
111111
}
112112
],
@@ -122,7 +122,7 @@
122122
{
123123
"argument": 0,
124124
"properties": {
125-
"standalone": "^true$"
125+
"!standalone": ".*"
126126
}
127127
}
128128
],

0 commit comments

Comments
 (0)