https://github.com/nodejs/eslint-plugin-nodejs-internal
https://github.com/nodejs/eslint-plugin-nodejs-internal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodejs/eslint-plugin-nodejs-internal
- Owner: nodejs
- License: mit
- Created: 2022-01-04T12:25:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T09:33:33.000Z (over 1 year ago)
- Last Synced: 2025-06-12T19:21:26.597Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 4
- Watchers: 20
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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'`