chore: eslint first re-config

This commit is contained in:
Rafael 2024-12-02 09:21:34 +00:00
parent 167f9f45a8
commit 61790bc41b
8 changed files with 8285 additions and 9080 deletions

View file

@ -47,7 +47,7 @@ export const Carousel = memo(({ photosData, slidePhoto }) => {
next={activeIndex => slidePhoto(activeIndex)}
prev={activeIndex => slidePhoto(activeIndex)}>
{photosData.map((item, i) => (
<div>
<div key={i}>
<div className={classes.imgWrapper}>
<img
className={classes.imgInner}