Closed mdjermanovic closed 3 months ago
eslint-plugin-react now supports ESLint v9.
eslint-plugin-react
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.
--force
it's still blocked by https://github.com/actions/node-versions/pull/182.
All tests are green now.
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 wheneslint-plugin-react
is used.