pages build and deployment #361
ESLint Report Analysis
Found 12649 ESLint errors and warnings, processing batch 148 of 253...
Annotations
Check warning on line 33 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L33
[@stylistic/js/quotes] Strings must use doublequote.
Check failure on line 51 in client/src/App.js
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 failure on line 109 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L109
[@stylistic/js/indent] Expected indentation of 12 spaces but found 6.
Check failure on line 34 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L34
[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.
Check failure on line 51 in client/src/App.js
github-actions / ESLint Report Analysis
client/src/App.js#L51
[@stylistic/jsx/jsx-sort-props] Props should be sorted alphabetically
Check warning on line 32 in client/src/App.js
github-actions / ESLint Report Analysis
client/src/App.js#L23-L32
[simple-import-sort/imports] Run autofix to sort these imports!
Check failure on line 110 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L110
[@stylistic/js/indent] Expected indentation of 12 spaces but found 6.
Check failure on line 34 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L34
[@stylistic/js/quote-props] Properties shouldn't be quoted as all quotes are redundant.
Check failure on line 52 in client/src/App.js
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 27 in client/src/actions/sftp.js
github-actions / ESLint Report Analysis
client/src/actions/sftp.js#L27
[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.
Check warning on line 75 in client/src/actions/session.js
github-actions / ESLint Report Analysis
client/src/actions/session.js#L75
[@stylistic/js/quotes] Strings must use doublequote.
Check failure on line 55 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L55
[no-inline-comments] Unexpected comment inline with code.
Check warning on line 23 in client/src/App.js
github-actions / ESLint Report Analysis
client/src/App.js#L23
[@stylistic/js/quotes] Strings must use doublequote.
Check failure on line 65 in client/src/actions/common.js
github-actions / ESLint Report Analysis
client/src/actions/common.js#L65
[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.
Check failure on line 155 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L155
[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.
Check failure on line 112 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L112
[@stylistic/js/indent] Expected indentation of 12 spaces but found 6.
Check warning on line 34 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L34
[@stylistic/js/quotes] Strings must use doublequote.
Check failure on line 28 in client/src/actions/sftp.js
github-actions / ESLint Report Analysis
client/src/actions/sftp.js#L28
[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.
Check failure on line 52 in client/src/App.js
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 56 in client/src/actions/PCMPlayer.js
github-actions / ESLint Report Analysis
client/src/actions/PCMPlayer.js#L56
[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.
Check failure on line 76 in client/src/actions/session.js
github-actions / ESLint Report Analysis
client/src/actions/session.js#L76
[@stylistic/js/indent] Expected indentation of 8 spaces but found 4.
Check failure on line 52 in client/src/actions/audio.js
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 109 in client/src/actions/session.js
github-actions / ESLint Report Analysis
client/src/actions/session.js#L109
[no-alert] Unexpected alert.
Check warning on line 70 in client/src/actions/term.js
github-actions / ESLint Report Analysis
client/src/actions/term.js#L70
[sort-keys] Expected object keys to be in natural ascending order. 'SI' should be before 'SO'.
Check failure on line 25 in client/src/App.js
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.