Skip to content

Commit

Permalink
conflicting eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Nov 1, 2024
1 parent 11b2e27 commit a66a032
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class EventBufferProxy implements EventBuffer {
}

/** @inheritdoc */
// eslint-disable-next-line @typescript-eslint/adjacent-overload-signatures
public set waitForCheckout(value: boolean) {
this._used.waitForCheckout = value;
}
Expand Down

0 comments on commit a66a032

Please sign in to comment.