Skip to content

Commit 17d3c7b

Browse files
committed
build: update linting config
Updates the lint config not to require `OnPush` to be set anymore.
1 parent e90cc84 commit 17d3c7b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tslint.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,12 @@
110110
},
111111
"excludeFiles": ["**/dev-app/**", "**/docs/**", "**/*.spec.ts"]
112112
},
113-
// Enforce OnPush & standalone even in the dev-app.
114113
{
115114
"argument": 0,
116115
"properties": {
117-
"changeDetection": "\\.OnPush$"
116+
"!changeDetection": ".*"
118117
},
119-
"excludeFiles": ["**/docs/**", "**/*.spec.ts"]
118+
"excludeFiles": ["**/docs/**", "**/*.spec.ts", "**/dev-app/**"]
120119
}
121120
],
122121
"Directive": [

0 commit comments

Comments
 (0)