Skip to content
New issue

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

Add support in eslint-config-hypothesis for eslint flat config #48

Open
acelaya opened this issue Feb 22, 2024 · 0 comments
Open

Add support in eslint-config-hypothesis for eslint flat config #48

acelaya opened this issue Feb 22, 2024 · 0 comments

Comments

@acelaya
Copy link
Contributor

acelaya commented Feb 22, 2024

Eslint 9 will ship with a new config format which, for v8, is supported but disabled by default.

In order to migrate hypothesis projects to the flat config, we need to migrate our plugin into that format first.

A migration guide can be found here: https://eslint.org/docs/latest/extend/plugin-migration-flat-config

Since flat config require plugins to be explicitly imported, we could initially provide another entry point for this package and make "regular" and flat configs coexist until all projects have been migrated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant