idea-return-highlighter
idea-return-highlighter copied to clipboard
Expand definition of 'simple getter'
It'd be great if something like this could count as a 'simple getter'.
export function isTrending(product: Product): boolean {
return isTaggedBySlug(product, 'trending');
}
Alternatively, addressing #21 would be great!