Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 11, 2023
1 parent 210e85c commit 75652f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/api/src/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class Window {
*/
constructor(label: WindowLabel, options: WindowOptions = {}) {
this.label = label
// eslint-disable-next-line @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
this.listeners = Object.create(null)

// @ts-expect-error `skip` is not a public API so it is not defined in WindowOptions
Expand Down

0 comments on commit 75652f6

Please sign in to comment.