Skip to content

Revert changes in package.json & package-lock.json. #2

Revert changes in package.json & package-lock.json.

Revert changes in package.json & package-lock.json. #2

GitHub Actions / ESLint Report Analysis failed Sep 2, 2024 in 0s

ESLint Report Analysis

15 ESLint error(s) and 5 ESLint warning(s) found

Details

Annotations

Check failure on line 120 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L67-L120

[max-statements] Method 'buildIdx' has too many statements (25). Maximum allowed is 20.

Check failure on line 69 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L67-L69

[@stylistic/js/padded-blocks] Block must not be padded by blank lines.

Check failure on line 69 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L69

[yoda] Expected literal to be on the left side of !==.

Check failure on line 73 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L72-L73

[@stylistic/js/semi] Missing semicolon.

Check failure on line 77 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L77

[@typescript-eslint/no-shadow] 'endIdx' is already declared in the upper scope on line 67 column 33.

Check failure on line 92 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L91-L92

[@stylistic/js/semi] Missing semicolon.

Check warning on line 95 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L94-L95

[@stylistic/js/comma-dangle] Missing trailing comma.

Check failure on line 96 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L95-L96

[@stylistic/js/semi] Missing semicolon.

Check warning on line 96 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L96

[@stylistic/js/padding-line-between-statements] Expected blank line before this statement.

Check failure on line 98 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L96-L98

[@stylistic/js/padded-blocks] Block must not be padded by blank lines.

Check failure on line 103 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L102-L103

[@stylistic/js/semi] Missing semicolon.

Check warning on line 109 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L108-L109

[@stylistic/js/comma-dangle] Missing trailing comma.

Check failure on line 110 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L109-L110

[@stylistic/js/semi] Missing semicolon.

Check warning on line 110 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L110

[@stylistic/js/padding-line-between-statements] Expected blank line before this statement.

Check failure on line 124 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L124

[eqeqeq] Expected '!==' and instead saw '!='.

Check failure on line 127 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L127

[@typescript-eslint/no-unnecessary-type-assertion] This assertion is unnecessary since it does not change the type of the expression.

Check failure on line 128 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L127-L128

[@stylistic/js/semi] Missing semicolon.

Check failure on line 129 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L128-L129

[@stylistic/js/semi] Missing semicolon.

Check warning on line 133 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L133

[@stylistic/js/padding-line-between-statements] Expected blank line before this statement.

Check failure on line 158 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L158

[prefer-destructuring] Use object destructuring.