Skip to content

Revert changes in package-lock.json. #11

Revert changes in package-lock.json.

Revert changes in package-lock.json. #11

Triggered via push September 3, 2024 07:33
Status Failure
Total duration 37s
Artifacts

lint.yaml

on: push
lint-check
25s
lint-check
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
new-log-viewer/src/contexts/StateContextProvider.tsx#L143
[max-statements] Arrow function has too many statements (21). Maximum allowed is 20.
new-log-viewer/src/services/MainWorker.ts#L38
[max-lines-per-function] Async arrow function has too many lines (63). Maximum allowed is 60.
lint-check
Process completed with exit code 1.
lint-check
2 errors and 3 warnings
new-log-viewer/src/components/Layout.tsx#L257
[@stylistic/js/max-len] This line has a length of 117. Maximum allowed is 100.
new-log-viewer/src/components/Layout.tsx#L264
[@stylistic/js/max-len] This line has a length of 106. Maximum allowed is 100.
new-log-viewer/src/contexts/StateContextProvider.tsx#L286
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'numEvents'. Either include it or remove the dependency array.