Skip to content

Commit

Permalink
style(container): add ESLint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Oct 23, 2023
1 parent 655ec4b commit ae36eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/container-instance.class.mts
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ export class ContainerInstance implements Disposable {
(this as any).disposed = true;

/** Cast the promise to `Promise<void>` as expected. */
// eslint-disable-next-line @typescript-eslint/no-empty-function
return promise.then(() => {});
}

Expand Down

0 comments on commit ae36eb2

Please sign in to comment.