From dd31946327b8b67109c1c92ee307af478dbfe83d Mon Sep 17 00:00:00 2001 From: msmx-mnakagawa Date: Wed, 2 Jul 2025 16:17:29 +0900 Subject: [PATCH 1/2] (Datepicker): remove unnecessary `eslint-disable-` comments --- src/scripts/Datepicker.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scripts/Datepicker.tsx b/src/scripts/Datepicker.tsx index 3ff6d820c..fc8dbbae3 100644 --- a/src/scripts/Datepicker.tsx +++ b/src/scripts/Datepicker.tsx @@ -261,7 +261,6 @@ const DatepickerDate: FC = (props) => { > {dayjs.weekdaysMin(true).map((wd, i) => ( - // eslint-disable-next-line react/no-array-index-key {wd} @@ -310,7 +308,6 @@ const DatepickerMonth = forwardRef( {cal.weeks.map((days, i) => ( - // eslint-disable-next-line react/no-array-index-key {days.map((date, dayIndex) => ( Date: Wed, 2 Jul 2025 16:17:54 +0900 Subject: [PATCH 2/2] (Modal): remove an unnecessary `eslint-disable-` comment --- stories/Modal.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/Modal.stories.tsx b/stories/Modal.stories.tsx index ff9adb3bb..a60d7f41c 100644 --- a/stories/Modal.stories.tsx +++ b/stories/Modal.stories.tsx @@ -293,7 +293,7 @@ export const FormElements: StoryObj = { .map((a, i) => ( ))}