Skip to content

pages build and deployment #361

pages build and deployment

pages build and deployment #361

GitHub Actions / ESLint Report Analysis Started 2024-09-30 01:56:55 ago

ESLint Report Analysis

Found 12649 ESLint errors and warnings, processing batch 180 of 253...

Annotations

Check failure on line 51 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L51

[@stylistic/jsx/jsx-max-props-per-line] Prop `component` must be placed on a new line

Check warning on line 32 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L23-L32

[simple-import-sort/imports] Run autofix to sort these imports!

Check warning on line 25 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L25

[@stylistic/js/quotes] Strings must use doublequote.

Check failure on line 51 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L51

[@stylistic/jsx/jsx-sort-props] Props should be sorted alphabetically

Check failure on line 109 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L109

[no-alert] Unexpected alert.

Check failure on line 155 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L155

[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.

Check warning on line 23 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L23

[@stylistic/js/quotes] Strings must use doublequote.

Check failure on line 26 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L26

[import/newline-after-import] Expected 2 empty lines after import statement not followed by another import.

Check failure on line 52 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L52

[@stylistic/js/indent] Expected indentation of 20 spaces but found 12.

Check failure on line 110 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L110

[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.

Check failure on line 156 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L156

[@stylistic/js/indent] Expected indentation of 12 spaces but found 6.

Check failure on line 25 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L25

[import-newlines/enforce] Imports must be broken into multiple lines if there are more than 1 elements.

Check failure on line 109 in client/src/actions/sftp.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/sftp.js#L109

[@stylistic/js/indent] Expected indentation of 12 spaces but found 8.

Check warning on line 26 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L26

[@stylistic/js/quotes] Strings must use doublequote.

Check failure on line 157 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L157

[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.

Check failure on line 52 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L52

[@stylistic/jsx/jsx-indent] Expected indentation of 14 space characters but found 12.

Check failure on line 111 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L111

[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.

Check failure on line 25 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L25

[@stylistic/js/object-curly-newline] Expected a line break after this opening brace.

Check failure on line 109 in client/src/actions/sftp.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/sftp.js#L109

[@stylistic/js/arrow-parens] Expected parentheses around arrow function argument.

Check failure on line 52 in client/src/actions/audio.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/audio.js#L52

[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.

Check failure on line 67 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L30-L67

[no-restricted-syntax] Direct exporting of declarations is not allowed. Use export list or default exports instead.

Check failure on line 158 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L158

[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.

Check failure on line 42 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L42

[no-magic-numbers] No magic number: 5.

Check warning on line 52 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L52

[react/jsx-boolean-value] Value must be set for boolean attribute `exact`

Check warning on line 115 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L114-L115

[jsdoc/require-jsdoc] Missing JSDoc comment.