We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint
Currently the helix-eslint-config is incompatible with eslint v9+ as the config format changed and is is not backwards compatible.
helix-eslint-config
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
The text was updated successfully, but these errors were encountered:
We also use plugins, e.g. eslint-plugin-import, that do not support eslint 9, yet.
eslint-plugin-import
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: