chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
This commit is contained in:
@@ -48,7 +48,10 @@ class MappingFileHandler {
|
||||
return new MappingFileHandler(mapping, filesManager)
|
||||
}
|
||||
|
||||
constructor(private mapping: MappingFile, private filesManager: FilesManagerInterface) {}
|
||||
constructor(
|
||||
private mapping: MappingFile,
|
||||
private filesManager: FilesManagerInterface,
|
||||
) {}
|
||||
|
||||
get = (componendId: string) => {
|
||||
return this.mapping[componendId]
|
||||
|
||||
Reference in New Issue
Block a user