[!NOTE]
https://github.com/eslint/eslint/issues/18093
eslint flat config is not supported by all plugins, I will switch when I can
pnpm i -D @josephmcg/eslint-config-react
// .eslintrc.cjs
/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: '@josephmcg/eslint-config-react',
// additional config
}