Migrate eslint-config-next
to eslint-plugin-import-x
and eslint-react
#123
Labels
umbrella issue
This issue contains a list of dependents of a package and tracks the progress in each
I just saw that
eslint-config-next
pulls ineslint-plugin-import
,eslint-plugin-jsx-a11y
andeslint-plugin-react
. These dependencies are known to be full of bloat dependencies, polyfills and support for ancient node versions.See: https://github.com/vercel/next.js/blob/b68c188450f1d4ed932e9e28e9be2b5562bfe306/packages/eslint-config-next/package.json#L19-L21
Although probably not a 100% replacement in terms of rulesets, I would suggest moving from:
eslint-plugin-import
-> https://github.com/un-ts/eslint-plugin-import-xeslint-plugin-react
-> https://github.com/Rel1cx/eslint-reacteslint-plugin-jsx-a11y
doesn't have an equivalent replacement afaik, but [Roadmap] Milestone 3.0 (Draft) Rel1cx/eslint-react#335 is talking about a futureeslint-plugin-react-dom-a11y
pluginThe text was updated successfully, but these errors were encountered: