chore(deps-dev): bump flatted from 3.3.4 to 3.4.2 #9917
nodejs.yml
on: pull_request
nodejs
/
prepare
20s
knip
47s
stylelint
48s
nodejs
/
lint-eslint
3m 3s
nodejs
/
lint-prettier
1m 22s
nodejs
/
lint-check-types
2m 9s
nodejs
/
test-package
2m 16s
Matrix: nodejs / test
Annotations
10 warnings
|
nodejs / lint-eslint:
src/component/2d/IndirectAxis2D.tsx#L41
Unexpected 'todo' comment: 'TODO apply `axis.unit` conversion'
|
|
nodejs / lint-eslint:
src/component/2d/DirectAxis2D.tsx#L31
Unexpected 'todo' comment: 'TODO apply `axis.unit` conversion'
|
|
nodejs / lint-eslint:
src/component/1d/multiplicityTree/generateTreeNodes.ts#L28
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
|
|
nodejs / lint-eslint:
src/component/1d/multiplicityTree/MultiplicityTree.tsx#L245
Do not use Array index in keys
|
|
nodejs / lint-eslint:
src/component/1d/inset/DraggableInset.tsx#L72
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/1d/HorizontalAxis1D.tsx#L29
Unexpected 'todo' comment: 'TODO apply unit conversion'
|
|
nodejs / lint-eslint:
src/component/1d/FloatingRanges.tsx#L176
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/1d/FloatPublicationString.tsx#L256
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/1d/FloatPublicationString.tsx#L256
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
|
|
nodejs / lint-eslint:
src/component/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L63
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|