Skip to content

Revert changes in package-lock.json. #11

Revert changes in package-lock.json.

Revert changes in package-lock.json. #11

GitHub Actions / ESLint Report Analysis failed Sep 3, 2024 in 1s

ESLint Report Analysis

2 ESLint error(s) and 3 ESLint warning(s) found

Details

Annotations

Check warning on line 257 in new-log-viewer/src/components/Layout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/components/Layout.tsx#L257

[@stylistic/js/max-len] This line has a length of 117. Maximum allowed is 100.

Check warning on line 264 in new-log-viewer/src/components/Layout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/components/Layout.tsx#L264

[@stylistic/js/max-len] This line has a length of 106. Maximum allowed is 100.

Check failure on line 337 in new-log-viewer/src/contexts/StateContextProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/contexts/StateContextProvider.tsx#L143-L337

[max-statements] Arrow function has too many statements (21). Maximum allowed is 20.

Check warning on line 290 in new-log-viewer/src/contexts/StateContextProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/contexts/StateContextProvider.tsx#L286-L290

[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'numEvents'. Either include it or remove the dependency array.

Check failure on line 102 in new-log-viewer/src/services/MainWorker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/MainWorker.ts#L38-L102

[max-lines-per-function] Async arrow function has too many lines (63). Maximum allowed is 60.