chore(deps): update typescript-eslint monorepo to v8 (major) (#3887)
* chore(deps): update typescript-eslint monorepo to v8 * chore(js): fix linter errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -205,7 +205,7 @@ const ConfigFederation = () => {
|
||||
try {
|
||||
const u = new URL(domain);
|
||||
newDomain = u.host;
|
||||
} catch (_) {
|
||||
} catch {
|
||||
newDomain = domain;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user