Open 43081j opened 4 months ago
In the @eslint/eslintrc package, minimatch is used from the v3-legacy tag.
@eslint/eslintrc
v3-legacy
this could probably be replaced with picomatch instead, or a lighter alternative
picomatch
if it turns out there's a specific reason they need the legacy branch, we should close this
There's an open issue in eslint regarding updating minimatch: https://github.com/eslint/rewrite/issues/66
In the
@eslint/eslintrc
package, minimatch is used from thev3-legacy
tag.this could probably be replaced with
picomatch
instead, or a lighter alternativeif it turns out there's a specific reason they need the legacy branch, we should close this