RMI-PACTA / pacta-dashboard-svelte

This is a demonstrative project, showing what a PACTA dashboard in Svelte might look like.
https://rmi-pacta.github.io/pacta-dashboard-svelte/
0 stars 0 forks source link

style: deal with Linter errors #29

Open jdhoffa opened 3 weeks ago

jdhoffa commented 3 weeks ago

The linter is currently failing: https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/runs/10422846547/job/28868359633?pr=28

It seems like lots of our JavaScript code has various issues with it (variables defined but never used, etc.)

We should tidy up our JavaScript code, and ideally ensure that the Linter on CI passes

AB#11699

MonikaFu commented 3 weeks ago

yup, agreed. I'd say we should deal with it when we're updating the JS code for resizing etc

jdhoffa commented 3 weeks ago

Agreed