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:
@@ -23,7 +23,7 @@ const regexSupportsUnicodeSets = (() => {
|
||||
let regexp = null;
|
||||
try {
|
||||
regexp = new RegExp(emojiPattern, regexpFlags);
|
||||
} catch (_) {
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ class LatencyCompensator {
|
||||
'rebuffer events: ',
|
||||
this.bufferingCounter,
|
||||
);
|
||||
} catch (err) {
|
||||
} catch {
|
||||
// console.error(err);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user