es-tooling / eslint-plugin-depend

An ESLint plugin for suggesting optimisations in choice of dependency, native equivalents, etc.
MIT License
336 stars 4 forks source link

feat: add is-builtin-module #9

Closed 43081j closed 5 months ago

43081j commented 5 months ago

Adds a documented replacement for is-builtin-module.

It is still useful in runtimes which have no node:module module available, though few enough cases we can rely on consumers using lint ignores.