You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone may be interested, I just upgraded debug to v4 and removed unused resolve dependencies at v2.29.1. And I tried to upgrade minimatch to v9 but it fails on some cases like
For anyone may be interested, I just upgraded
debug
to v4 and removed unusedresolve
dependencies at v2.29.1. And I tried to upgrademinimatch
to v9 but it fails on some cases likeimport-js#2900 (comment)
and
https://github.com/import-js/eslint-plugin-import/blob/ee5fadeffff68f2300bed7f67a310496cb969d61/tests/src/rules/no-internal-modules.js
I don't have enough time to work on this replacement, anyone interested can help to raise a PR which will be appreciated.
For import-js#2900 (comment), I think it should be changed to
invalid
cases instead.Originally posted by @JounQin in #11 (comment)
The text was updated successfully, but these errors were encountered: