guardian / csnx

Monorepo for Guardian UIs
https://guardian.github.io/csnx
Apache License 2.0
34 stars 2 forks source link

Release version of eslint configs that support `eslint@9` #1582

Open sndrs opened 1 week ago

sndrs commented 1 week ago

v9 is a big change that requires the use of a new config format, and while compatibility tools have been released, it's not trivial to upgrade while the configs you rely on have not upgraded.

this makes it hard for us to upgrade ours, but obviously us not adding support it makes it hard for teams to upgrade too.

we should just bite the bullet, do a major release of the configs and only support v9 from now on.

they don't change v often so it should be ok (and the new config format will enable us to work on #1439)