Update typescript-eslint monorepo to v8 (major) (#2523)
* Update typescript-eslint monorepo to v8 * es lint fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timo <toger5@hotmail.de>
This commit is contained in:
@@ -67,7 +67,7 @@ export abstract class OTelCallAbstractMediaStreamSpan {
|
||||
});
|
||||
}
|
||||
|
||||
public abstract update(data: Object): void;
|
||||
public abstract update(data: object): void;
|
||||
|
||||
public end(): void {
|
||||
this.trackSpans.forEach((tSpan) => {
|
||||
|
||||
@@ -74,7 +74,7 @@ export class ObjectFlattener {
|
||||
}
|
||||
|
||||
public static flattenObjectRecursive(
|
||||
obj: Object,
|
||||
obj: object,
|
||||
flatObject: Attributes,
|
||||
prefix: string,
|
||||
depth: number,
|
||||
|
||||
Reference in New Issue
Block a user