Skip to content

fix: set default image if none #69

fix: set default image if none

fix: set default image if none #69

Triggered via pull request September 28, 2024 07:51
Status Success
Total duration 34s
Artifacts

lint-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/pages/travel-auto-page.tsx#L119
React Hook useEffect has missing dependencies: 'parsingItem' and 'recommend'. Either include them or remove the dependency array
lint: src/app/pages/travel-auto-page.tsx#L139
React Hook useEffect has a missing dependency: 'createToast'. Either include it or remove the dependency array
lint: src/app/pages/travel-auto-page.tsx#L279
propType "recommendData" is not required, but has no corresponding defaultProps declaration
lint: src/app/pages/travel-traveler-page.tsx#L72
React Hook useEffect has a missing dependency: 'setLocation'. Either include it or remove the dependency array
lint: src/app/pages/travel-traveler-page.tsx#L143
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
lint: src/components/Calendar.tsx#L16
propType "onSelect" is not required, but has no corresponding defaultProps declaration
lint: src/components/Calendar.tsx#L99
Visible, non-interactive elements with click handlers must have at least one keyboard listener
lint: src/components/Calendar.tsx#L99
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
lint: src/components/CustomButton.tsx#L20
propType "grow" is not required, but has no corresponding defaultProps declaration
lint: src/components/CustomButton.tsx#L21
propType "className" is not required, but has no corresponding defaultProps declaration