src/app/legacy/components/Promo/image.jsx
Function Image
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Image = props => {
const { children = null, src, useLargeImages = false, ...rest } = props;
const isProgrammeImage = src.startsWith(
'https://ichef.bbci.co.uk/images/ic/',
);