eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
169 stars 11 forks source link

feat: `eslint-plugin-react` supports ESLint v9 #91

Closed mdjermanovic closed 4 months ago

mdjermanovic commented 4 months ago

Prerequisites checklist

What is the purpose of this pull request?

eslint-plugin-react now supports ESLint v9. This PR updates @eslint/migrate-config to not use the compat utility with eslint-plugin-react in generated configs.

What changes did you make? (Give an overview)

Removed eslint-plugin-react from the list of plugins that need the compat utility.

Also replaced eslint-plugin-react with eslint-plugin-import in tests that checks how migration works with two plugins that need the compat utility.

Related Issues

Is there anything you'd like reviewers to focus on?

nzakas commented 4 months ago

All fixed, so merging.