Hi,
This PR changed what appears in module.builtinModules (docs) such that prefix-only modules are now included.
This means for a module like node:test, the rule fails. I suppose the fix would be to exempt node:-prefixed module names from the check.
I can send a fix if you'd like.
Hi,
This PR changed what appears in
module.builtinModules(docs) such that prefix-only modules are now included.This means for a module like
node:test, the rule fails. I suppose the fix would be to exemptnode:-prefixed module names from the check.I can send a fix if you'd like.