mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lint fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
c69ad966d8
commit
5048850fb4
@ -19,7 +19,7 @@ const lensCreateResourceTemplatesInjectable = getInjectable({
|
|||||||
const readDir = di.inject(readDirectoryInjectable);
|
const readDir = di.inject(readDirectoryInjectable);
|
||||||
const joinPaths = di.inject(joinPathsInjectable);
|
const joinPaths = di.inject(joinPathsInjectable);
|
||||||
const parsePath = di.inject(parsePathInjectable);
|
const parsePath = di.inject(parsePathInjectable);
|
||||||
const resourcesDirectory = di.inject(lensResourcesDirInjectable)
|
const resourcesDirectory = di.inject(lensResourcesDirInjectable);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mapping between file names and their contents
|
* Mapping between file names and their contents
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user