You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
We specify
eslintas a peer dependency ofeslint-config-hudl, but there are a few issues:peerDependenciesdiffers from that indevDependencies, so the version tests are run with does not fall in the same version range.^, so it will install the latest compatible. We should be testing against the earliest.Solution:
^form)