Skip to content

more package.json cleanup #3

more package.json cleanup

more package.json cleanup #3

Triggered via push October 8, 2025 12:38
Status Success
Total duration 1m 21s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: src/AiidaExplorer/index.jsx#L81
'setSinglePageMode' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L8
There should be no empty line within import group
lint: src/AiidaExplorer/GroupsViewer/TypesCheckbox.jsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/GroupsViewer/TypesCheckbox.jsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/index.jsx#L182
React Hook useEffect has a missing dependency: 'extraNodeData'. Either include it or remove the dependency array