Skip to content

chore(deps): update dependency eslint-config-hyoban to v3.1.10 #9

chore(deps): update dependency eslint-config-hyoban to v3.1.10

chore(deps): update dependency eslint-config-hyoban to v3.1.10 #9

Triggered via pull request September 28, 2024 08:39
Status Success
Total duration 1m 12s
Billable time 1m
Artifacts

lint.yml

on: pull_request
Matrix: Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Typecheck (18.x): src/renderer/src/components/modules/player/index.tsx#L65
React Hook useEffect has missing dependencies: 'currentMatchedVideo.animeTitle' and 'toast'. Either include them or remove the dependency array
Lint and Typecheck (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'left-[50%]' could be replaced by 'left-1/2' or 'left-2/4'
Lint and Typecheck (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'top-[50%]' could be replaced by 'top-1/2' or 'top-2/4'
Lint and Typecheck (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-x-[-50%]' could be replaced by '-translate-x-1/2' or '-translate-x-2/4'
Lint and Typecheck (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-y-[-50%]' could be replaced by '-translate-y-1/2' or '-translate-y-2/4'
Lint and Typecheck (18.x): src/renderer/src/hooks/use-before-mounted.ts#L5
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Lint and Typecheck (18.x): src/renderer/src/hooks/use-before-mounted.ts#L6
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Lint and Typecheck (18.x): src/renderer/src/providers/ProviderComposer.tsx#L13
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
Lint and Typecheck (18.x): src/renderer/src/providers/player/PlayerProvider.tsx#L57
React Hook useEffect has a missing dependency: 'setCurrentMatchedVideo'. Either include it or remove the dependency array
Lint and Typecheck (18.x): src/renderer/src/providers/player/PlayerProvider.tsx#L73
React Hook useEffect has a missing dependency: 'resetCurrentMatchedVideo'. Either include it or remove the dependency array