eslint-node-prefix-import
v1.0.0
Published
ESLint rule for add `node:` protocol when using builtin modules
Downloads
2
Maintainers
Readme
eslint-node-prefix-import-plugin
When importing builtin modules, it's better to use the node: protocol as it makes it perfectly clear that the package is a Node.js builtin module.
🔨 This rule is automatically fixable by the --fix
CLI option.