Extract MenuBar & StatusBar out of Layout #19
Annotations
3 errors and 9 warnings
new-log-viewer/src/components/MenuBar.tsx#L86
[max-lines-per-function] Arrow function has too many lines (133). Maximum allowed is 120.
|
lint-check
Process completed with exit code 1.
|
lint-check
1 errors and 9 warnings
|
new-log-viewer/src/components/ConfigForm.tsx#L19
[no-warning-comments] Unexpected 'fixme' comment: 'FIXME: add helper text for each field.'.
|
new-log-viewer/src/components/ConfigForm.tsx#L100
[no-warning-comments] Unexpected 'fixme' comment: 'FIXME: Styling needs to be extracted to...'.
|
new-log-viewer/src/components/ConfigForm.tsx#L116
[no-warning-comments] Unexpected 'fixme' comment: 'FIXME:pageSize doesn't extend to the...'.
|
new-log-viewer/src/components/Layout.tsx#L90
[no-warning-comments] Unexpected 'fixme' comment: 'FIXME: these components doesn't apply...'.
|
new-log-viewer/src/components/MenuBar.tsx#L53
[jsdoc/require-description] Missing JSDoc block description.
|
new-log-viewer/src/components/MenuBar.tsx#L83
[jsdoc/require-description] Missing JSDoc block description.
|
new-log-viewer/src/components/MenuBar.tsx#L83
[jsdoc/require-returns] Missing JSDoc @return declaration.
|
new-log-viewer/src/components/MenuBar.tsx#L84
[jsdoc/no-blank-blocks] No empty blocks
|
new-log-viewer/src/components/StatusBar.tsx#L14
[@stylistic/js/max-len] This line has a length of 109. Maximum allowed is 100.
|