mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix linting in type definition
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
3bc01dc50f
commit
0af1d08299
1
types/ogre-tools-injectable.d.ts
vendored
1
types/ogre-tools-injectable.d.ts
vendored
@ -64,6 +64,7 @@ declare module "@ogre-tools/injectable" {
|
|||||||
scopedTransient,
|
scopedTransient,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line unused-imports/no-unused-vars-ts
|
||||||
export const createContainer = (...getRequireContexts: any[]) =>
|
export const createContainer = (...getRequireContexts: any[]) =>
|
||||||
IConfigurableDependencyInjectionContainer;
|
IConfigurableDependencyInjectionContainer;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user