Skip to content

Commit 4803858

Browse files
crisbetommalerba
authored andcommitted
build: remove staticQueryRule (#16713)
Initially we added the rule to enforce that we always set the `static` flag on queries while it was still optional. Now we can remove it since the `static` flag is required. (cherry picked from commit 8ced0e7)
1 parent cc0a68a commit 4803858

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

tools/tslint-rules/staticQueryRule.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"ng-on-changes-property-access": true,
104104
"rxjs-imports": true,
105105
"require-breaking-change-version": true,
106-
"static-query": true,
107106
"no-host-decorator-in-concrete": [
108107
true,
109108
"HostBinding",

0 commit comments

Comments
 (0)