Open solaris007 opened 5 months ago
Currently the helix-eslint-config is incompatible with eslint v9+ as the config format changed and is is not backwards compatible.
helix-eslint-config
eslint
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.
eslint-config-airbnb-base
We also use plugins, e.g. eslint-plugin-import, that do not support eslint 9, yet.
eslint-plugin-import
Currently the
helix-eslint-config
is incompatible witheslint
v9+ as the config format changed and is is not backwards compatible.In order to benefit from continued
eslint
updates we should consider updatinghelix-eslint-config
and its extended configs accordingly.eslint-config-airbnb-base
(+ plugins) support foreslint
9 is currently being worked on.