mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Adds eslint disable description
This commit is contained in:
parent
eb9e65ff79
commit
7bbf8c3a66
@ -31,7 +31,7 @@ export function GridTileImage({
|
||||
)}
|
||||
>
|
||||
{props.src ? (
|
||||
// eslint-disable-next-line jsx-a11y/alt-text
|
||||
// eslint-disable-next-line jsx-a11y/alt-text -- `alt` is inherited from `props`, which is being enforced with TypeScript
|
||||
<Image
|
||||
className={clsx('relative h-full w-full object-contain', {
|
||||
'transition duration-300 ease-in-out hover:scale-105': isInteractive
|
||||
|
Loading…
x
Reference in New Issue
Block a user