Skip to content

⬆️ Bump actions/setup-node from 3 to 4 #199

⬆️ Bump actions/setup-node from 3 to 4

⬆️ Bump actions/setup-node from 3 to 4 #199

Triggered via pull request October 30, 2023 03:31
Status Success
Total duration 1m 14s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
eslint: packages/custoplayer/src/App.tsx#L5
'useVideoElem' is defined but never used
eslint: packages/custoplayer/src/lib/hooks.tsx#L87
React Hook useEffect has missing dependencies: 'handleProgressMouseUp' and 'playState'. Either include them or remove the dependency array
eslint: packages/custoplayer/src/lib/hooks.tsx#L310
React Hook useEffect has missing dependencies: 'handleMouseMove' and 'timer'. Either include them or remove the dependency array
eslint: packages/custoplayer/src/lib/hooks.tsx#L385
React Hook useEffect has a missing dependency: 'setVideoRef'. Either include it or remove the dependency array. If 'setVideoRef' changes too often, find the parent component that defines it and wrap that definition in useCallback
eslint: packages/custoplayer/src/lib/hooks.tsx#L410
'options' is defined but never used
eslint: packages/custoplayer/src/lib/hooks.tsx#L415
React Hook useEffect has missing dependencies: 'videoContainer' and 'videoElem'. Either include them or remove the dependency array
eslint: packages/custoplayer/src/lib/utils.tsx#L233
'_' is assigned a value but never used