Additional ESLint's rules for Node.js
eslint-plugin-node is an ESLint plugin that provides additional linting rules specifically for Node.js development. The plugin enforces coding style and best practices across multiple domains, including error handling, module imports and exports, deprecated API usage, and feature compatibility checks for different Node.js versions. Built as an npm package for the JavaScript ecosystem, it extends ESLint's core functionality with Node-specific rules and offers preset configurations for CommonJS and ES Module codebases. The project was maintained by an individual developer (mysticatea) but is no longer actively maintained, with users directed to the community-maintained eslint-plugin-n as a successor.