-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: support ESLint flat config #443
feat: support ESLint flat config #443
Conversation
5b7505a
to
b489bf0
Compare
b489bf0
to
51cd143
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, looks good. Sorry for the delay in reviewing.
I'm basically ready to merge this in, but I'd feel better if we could solve the Coveralls CI problem first (see #461) so that hopefully we don't get a Coveralls error on post-merge CI.
* master: feat: support eslint flat config (platinumazure#443) upgrade: Bump @typescript-eslint/parser from 6.7.5 to 6.21.0 (platinumazure#465) upgrade: Bump typescript from 5.2.2 to 5.3.3 (platinumazure#439) upgrade: Bump eslint-plugin-unicorn from 49.0.0 to 51.0.1 (platinumazure#464) upgrade: Bump eslint-plugin-eslint-plugin from 5.1.1 to 5.3.0 (platinumazure#463) upgrade: Bump globals from 13.23.0 to 14.0.0 (platinumazure#462) upgrade: Bump eslint from 8.55.0 to 8.56.0 (platinumazure#450) upgrade: Bump @eslint/js from 8.55.0 to 8.56.0 (platinumazure#449) upgrade: Bump markdownlint-cli from 0.37.0 to 0.39.0 (platinumazure#459) upgrade: Bump github/codeql-action from 2 to 3 (platinumazure#447) upgrade: Bump eslint-doc-generator from 1.5.2 to 1.6.2 (platinumazure#455) upgrade: Bump release-it from 16.2.1 to 16.3.0 (platinumazure#437) ci: Use parallel coveralls config (platinumazure#461)
this update appears to fail for the crates.io project with:
|
Added a new plugin export for using the flat config:
Using legacy config is unchanged:
Prior art:
eslint.config.js
eslint-community/eslint-plugin-eslint-plugin#347Follow-up to: