Skip to content

feat: [재고 상세 페이지] 예약 API #112

feat: [재고 상세 페이지] 예약 API

feat: [재고 상세 페이지] 예약 API #112

Triggered via pull request November 12, 2023 12:59
Status Success
Total duration 35s
Artifacts

lint-check.yml

on: pull_request
eslint test
23s
eslint test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
eslint test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint test: src/api/helper.ts#L8
Unexpected any. Specify a different type
eslint test: src/components/domains/auth/AddressFinderModal.tsx#L101
React Hook useEffect has a missing dependency: 'fetchAddresses'. Either include it or remove the dependency array
eslint test: src/components/domains/auth/VerificationDrawer.tsx#L71
React Hook useEffect has a missing dependency: 'sendCode'. Either include it or remove the dependency array
eslint test: src/components/domains/auth/VerificationInput.tsx#L78
React Hook useEffect has a missing dependency: 'inputRef'. Either include it or remove the dependency array
eslint test: src/hooks/useDebounce.ts#L3
Unexpected any. Specify a different type
eslint test: src/hooks/useGeoAlert.tsx#L14
React Hook useEffect has a missing dependency: 'startGeoTracking'. Either include it or remove the dependency array
eslint test: src/hooks/useGeoAlert.tsx#L49
React Hook useEffect has missing dependencies: 'errorToastId', 'toast', and 'warningToastId'. Either include them or remove the dependency array
eslint test: src/hooks/usePagination.ts#L95
React Hook useEffect has missing dependencies: 'fetchData', 'initialRequest', and 'setSearchParams'. Either include them or remove the dependency array
eslint test: src/pages/auth/oauth-redirect/page.tsx#L9
React Hook useEffect has a missing dependency: 'code'. Either include it or remove the dependency array
eslint test: src/pages/auth/sign-in/page.tsx#L86
React Hook useEffect has a missing dependency: 'tryLogin'. Either include it or remove the dependency array