Skip to content

Commit a66a032

Browse files
committed
conflicting eslint rules
1 parent 11b2e27 commit a66a032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay-internal/src/eventBuffer/EventBufferProxy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export class EventBufferProxy implements EventBuffer {
5050
}
5151

5252
/** @inheritdoc */
53+
// eslint-disable-next-line @typescript-eslint/adjacent-overload-signatures
5354
public set waitForCheckout(value: boolean) {
5455
this._used.waitForCheckout = value;
5556
}

0 commit comments

Comments
 (0)