refactor(core): move google3 migration rules into single directory (#30956)
Moves all google3 migration tslint rules into a single directory. This makes it easier to wire up multiple migration rules in google3 without having to update the rule directories each time a new migration is available. PR Close #30956
This commit is contained in:

committed by
Kara Erickson

parent
9f2ae5d6ff
commit
f69e4e6f77
@ -6,7 +6,7 @@ ts_library(
|
||||
tsconfig = "//packages/core/schematics:tsconfig.json",
|
||||
visibility = [
|
||||
"//packages/core/schematics:__pkg__",
|
||||
"//packages/core/schematics/migrations/static-queries/google3:__pkg__",
|
||||
"//packages/core/schematics/migrations/google3:__pkg__",
|
||||
"//packages/core/schematics/test:__pkg__",
|
||||
],
|
||||
deps = [
|
||||
|
Reference in New Issue
Block a user