https://github.com/iansu/eslint-plugin-node-core
https://github.com/iansu/eslint-plugin-node-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iansu/eslint-plugin-node-core
- Owner: iansu
- License: mit
- Created: 2021-10-02T23:56:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T20:49:28.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:44:52.991Z (4 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 @pkgjs/eslint-plugin-node-core`
2. In your ESLint config add `extends: 'plugin:node-core/recommended'`