eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

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

Closed mdjermanovic closed 3 months ago

mdjermanovic commented 3 months ago

eslint-plugin-react now supports ESLint v9.

This removes the prompt about whether to install ESLint v8.x, as well as compatibility utilities and --force flag when eslint-plugin-react is used.

aladdin-add commented 3 months ago

it's still blocked by https://github.com/actions/node-versions/pull/182.

mdjermanovic commented 3 months ago

All tests are green now.