Unclaimed project
Are you a maintainer of eslint-plugin-node? Claim this project to take control of your public changelog and roadmap.
This release supports BigInt and Dynamic Imports if you are using ESLint 6.2.0 or later.
node/no-unsupported-features/es-syntax rule to recognize BigInt literals and import().node/no-unsupported-features/es-builtins rule to recognize BigInt, BigInt64Array, BigUint64Array, and Promise.allSettled.node/file-extension-in-import, node/no-extraneous-import, node/no-missing-import, and node/no-unpublished-import rules to recognize import().node/no-deprecated-api rule to recognize module.createRequireFromPath.plugin:node/recommended and the other configs.
node/no-exports-assign rule.exports global variable writable.node/*-import rules in CommonJS mode as well.node/no-exports-assign rule that disallows exports = {}.