src/shared/logic/entities/getEntitySelectionConfig.ts
Function getEntitySelectionConfig
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getEntitySelectionConfig = (
entityType: EntityTypesForSelection,
preSelectedType: IColorableSelection[],
enumList$1: string[]
): IColorableSelection[] => {