feat: Inset tool #8219
nodejs.yml
on: pull_request
nodejs
/
prepare
16s
stylelint
40s
nodejs
/
lint-eslint
1m 16s
nodejs
/
lint-prettier
30s
nodejs
/
lint-check-types
41s
Matrix: nodejs / test
Annotations
4 errors and 10 warnings
nodejs / lint-check-types:
src/component/reducer/actions/ToolsActions.ts#L483
Property 'clear' does not exist on type 'ZoomHistoryManager | Omit<ZoomHistoryManager, "clear">'.
|
nodejs / lint-check-types:
src/component/reducer/actions/ToolsActions.ts#L502
Property 'clear' does not exist on type 'ZoomHistoryManager | Omit<ZoomHistoryManager, "clear">'.
|
nodejs / lint-check-types:
src/component/reducer/actions/ToolsActions.ts#L514
Property 'clear' does not exist on type 'ZoomHistoryManager | Omit<ZoomHistoryManager, "clear">'.
|
nodejs / lint-check-types
Process completed with exit code 2.
|
nodejs / lint-eslint:
src/component/1d/SpectraLegends.tsx#L19
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/assignment/index.tsx#L31
Unexpected 'todo' comment: 'TODO: Fix this type error. It's been...'
|
nodejs / lint-eslint:
src/component/elements/Alert.tsx#L138
Do not use Array index in keys
|
nodejs / lint-eslint:
src/component/elements/Button.tsx#L1
Unexpected 'todo' comment: 'TODO resolve the eslint rules'
|
nodejs / lint-eslint:
src/component/elements/InputRange.tsx#L39
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
|
nodejs / lint-eslint:
src/component/elements/NumberInput2Controller.tsx#L19
Capture group '(\.\d+)' should be converted to a named or non-capturing group
|
nodejs / lint-eslint:
src/component/elements/ReactTable/ReactTable.tsx#L40
`./BaseReactTable.js` import should occur before import of `./Elements/EmptyDataRow.js`
|
nodejs / lint-eslint:
src/component/modal/MultipletAnalysisModal.tsx#L171
Unexpected 'todo' comment: 'TODO: handle error'
|
nodejs / lint-eslint:
src/component/panels/RangesPanel/hooks/useMapRanges.ts#L9
Unexpected 'todo' comment: 'TODO need to refactor the ranges table'
|
nodejs / lint-eslint:
src/component/panels/SummaryPanel/utilities/Utilities.ts#L125
Unexpected 'todo' comment: 'TODO: handle default?'
|