It looks like, in #457, there's been discussion to make no-unused-modules a no-op in ESLint 10 because of the removal of FileEnumerator.
However, has there been any discussion about changing this rule to still be functional without FileEnumerator? This is a very useful rule, and it seems surprising for it to simply disappear without any alternative.
It looks like, in #457, there's been discussion to make
no-unused-modulesa no-op in ESLint 10 because of the removal ofFileEnumerator.However, has there been any discussion about changing this rule to still be functional without
FileEnumerator? This is a very useful rule, and it seems surprising for it to simply disappear without any alternative.