GenSpectrum / dashboards

https://genspectrum.github.io/dashboards/
GNU Affero General Public License v3.0
1 stars 0 forks source link

build(components): use depcheck to check for unused/missing dependencies #187

Closed fengelniederhammer closed 2 weeks ago

fengelniederhammer commented 2 weeks ago

Summary

We already use this in CoV-Spectrum: https://github.com/GenSpectrum/cov-spectrum-website/blob/720762c8bc7fe9a290bb442da5eb81ca753e5885/.depcheckrc.json

It actually detected a React import (only a type, but still) that should not have been there.

Screenshot

PR Checklist