diff options
| author | ST-DDT <[email protected]> | 2023-07-20 22:09:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-20 22:09:21 +0200 |
| commit | db34e37be0d57f804b30588cc6ab5f937f4c7eba (patch) | |
| tree | c66238a53af2145c0df738c2a1ea92ee3988628c /src | |
| parent | 8530a3e85af15457bfcf73fc7cac6ff6fddb6ed3 (diff) | |
| download | faker-db34e37be0d57f804b30588cc6ab5f937f4c7eba.tar.xz faker-db34e37be0d57f804b30588cc6ab5f937f4c7eba.zip | |
chore: ignore lint warning (#2266)
Diffstat (limited to 'src')
| -rw-r--r-- | src/internal/bind-this-to-member-functions.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/bind-this-to-member-functions.ts b/src/internal/bind-this-to-member-functions.ts index db0d3885..f2a9d3d5 100644 --- a/src/internal/bind-this-to-member-functions.ts +++ b/src/internal/bind-this-to-member-functions.ts @@ -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 { |
