adobe / helix-eslint-config

Eslint config used in helix projects.
Apache License 2.0
2 stars 11 forks source link

Update to `eslint` 9 #213

Open solaris007 opened 3 months ago

solaris007 commented 3 months ago

Currently the helix-eslint-config is incompatible with eslint v9+ as the config format changed and is is not backwards compatible.

In order to benefit from continued eslint updates we should consider updating helix-eslint-config and its extended configs accordingly.

eslint-config-airbnb-base (+ plugins) support for eslint 9 is currently being worked on.

dominique-pfister commented 3 months ago

We also use plugins, e.g. eslint-plugin-import, that do not support eslint 9, yet.