# eslint-plugin-nodejs-internal **Repository Path**: mirrors_nodejs/eslint-plugin-nodejs-internal ## Basic Information - **Project Name**: eslint-plugin-nodejs-internal - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESLint Plugin Node Core An ESLint plugin and config extracted from [node/nodejs](https://github.com/node/nodejs). > NOTE: If you are looking for an ESLint config for a Node.js application you should **NOT** use this package. This plugin is to be used with code that is expected to go into Node.js itself. See [https://github.com/mysticatea/eslint-plugin-node](eslint-plugin-node) instead. ## Usage 1. Install package `npm i --save-dev eslint-plugin-nodejs-internal` 2. In your ESLint config add `extends: 'plugin:nodejs-internal/recommended'`