1
0
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:
Janne Savolainen 2021-11-15 15:44:20 +02:00
parent 3bc01dc50f
commit 0af1d08299

View File

@ -64,6 +64,7 @@ declare module "@ogre-tools/injectable" {
scopedTransient,
}
// eslint-disable-next-line unused-imports/no-unused-vars-ts
export const createContainer = (...getRequireContexts: any[]) =>
IConfigurableDependencyInjectionContainer;
}