-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support ESLint v9 #526
Comments
In the meantime it may be a good idea to add a note to the README concerning the status with ESLint Currently there is no restriction for ESLint eslint-doc-generator/package.json Lines 86 to 88 in 01c3179
|
I would like to make sure we work with ESLint v9. However, I'm not actually sure of any ESLint v9 specific issues. The peer dependency issue in #525 is not really specific to ESLint v9. Besides that, is there any actual problem using it with ESLint v9? |
since eslint 9 defaults to flat config, i assume #376 is a blocker |
I haven't really identified a specific blocker with flat configs. That issue was more intended to investigate whether flat configs will need additional work to support. As long as flat configs are exported from plugins using the existing |
This comment was marked as outdated.
This comment was marked as outdated.
Are you going to pick this up some time? I see that https://typescript-eslint.io/blog/announcing-typescript-eslint-v8 brings in ESLint v9 support and that was one of the blockers. |
Installing
Subsequent
|
|
@MikeMcC399 yes I am open to contributions so please continue filing issues/PRs with any suggestions. I am busy traveling recently but would like to get things updated/modernized in this repository in the coming months, and any help is welcome. |
Thanks very much for your positive reply! I'll make a start by highlighting some suggestions and I'll submit PRs as far as I am able to do. |
|
Request
This is a request for the
eslint-doc-generator
to support usage in an ESLintv9
environment.Installing should produce no warnings.
Why it's needed
ESLint
v9
is the current version.eslint-doc-generator
assists in generating standardized documentation sections independently of plugin authors. This is possible on ESLintv8
and earlier versions.It would be beneficial to users of plugins working under ESLint
v9
to have support for this version. This would enable a continued high standard of plugin documentation information available.Edit: Since Oct 5, 2024 ESLint
v9
is the lowest supported version of ESLint - see https://eslint.org/version-support/.Related issues
The text was updated successfully, but these errors were encountered: