es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
393 stars 2 forks source link

Replace legacy minimatch in eslintrc #62

Open 43081j opened 4 months ago

43081j commented 4 months ago

In the @eslint/eslintrc package, minimatch is used from the v3-legacy tag.

this could probably be replaced with picomatch instead, or a lighter alternative

if it turns out there's a specific reason they need the legacy branch, we should close this

bluwy commented 3 months ago

There's an open issue in eslint regarding updating minimatch: https://github.com/eslint/rewrite/issues/66