app/javascript/react/components/Map/Markers/ClusterConfiguration.tsx
Function render
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render: (cluster: Cluster) => {
// Accept the entire Cluster object
const { count, position, markers = [] } = cluster;
const customMarkers = markers as CustomMarker[];