release: v0.1.2 #42
Annotations
11 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/app/page.tsx#L2
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/my-page.tsx#L103
Do not use Array index in keys
|
lint:
src/app/pages/my-page.tsx#L118
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/my-page.tsx#L122
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/travel-traveler-page.tsx#L183
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/components/travel/traveler/TravelerAddDays.tsx#L20
Do not use Array index in keys
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L25
Do not use Array index in keys
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L45
'day' is already declared in the upper scope on line 38 column 3
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L73
'day' is already declared in the upper scope on line 67 column 3
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L73
'destination' is already declared in the upper scope on line 68 column 3
|