-
-
Notifications
You must be signed in to change notification settings - Fork 696
test(integrations/import): align fixture to ESLint ^9 #2931
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
test(integrations/import): align fixture to ESLint ^9 #2931
Conversation
|
e090489
to
dd29176
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, looks good to me 🙂
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.
Pull Request Overview
Updates the ESLint plugin import integration test to use ESLint version 9 and migrates from the legacy .eslintrc.json configuration format to the new flat config format (eslint.config.mjs).
- Upgrades ESLint from ^7.0.0 to ^9.0.0 and eslint-plugin-import from ~2.23.4 to ^2.31.0
- Migrates from legacy .eslintrc.json to flat config eslint.config.mjs format
- Updates test execution to use the new configuration file
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
tests/integrations/eslint-plugin-import/package.json | Updates ESLint and eslint-plugin-import versions |
tests/integrations/eslint-plugin-import/eslint.config.mjs | Adds new flat config format configuration |
tests/integrations/eslint-plugin-import/.eslintrc.json | Removes legacy configuration file |
tests/integrations/eslint-plugin-import.js | Updates test to use new config file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Update tests/integrations/eslint-plugin-import/package.json to use ESLint ^9 (or ^8) and eslint-plugin-import ^2.31.0, matching the plugin’s peerDependencies (^8 || ^9).
Test-only; no user-facing changes.
closed #2930
Linked to: #2916