Open 43081j opened 9 months ago
What about other popular eslint plugins, e. g. React one?
These 3 plugins have the same/similar set of dependencies:
All 3 of these are against removing the polyfills, shims, etc.
So we will likely have to find alternatives (or fork) if we want to clean the dependency tree of them.
I think it'd make sense to have a community run org to own those forks if anyone did make them. Though the eslint-community org is unlikely to accept them since they don't want multiple packages for the same job iirc.
I personally own @eslint-jsx @eslinter and eslint-plugin-jsx
, for eslint-plugin-react
, there is https://github.com/Rel1cx/eslint-react.
So, feel free to join the party!
This package depends on
object.entries
andobject.assign
, both of which are natively available widely.The maintainers are unlikely to want to remove these, so a fork may be necessary.
It could be argued that much of the airbnb config is redundant now (stylistic rules), so a fork may be worthwhile for other such reasons anyway. Not only for removing these packages.