Skip to content

Commit

Permalink
chore: ignore lint warning (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jul 20, 2023
1 parent 8530a3e commit db34e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/bind-this-to-member-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* const someMethod = someModule.someMethod;
* someMethod(); // Works
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function bindThisToMemberFunctions<TClass extends { new (): any }>(
instance: InstanceType<TClass>
): void {
Expand Down

0 comments on commit db34e37

Please sign in to comment.