Collections of globals variables used by NodeJS to be used in ESLint configurations.
- Efficient Setup: Quick-start configurations that require minimal boilerplate.
- Globals: Share lists of globals variables that can be used in other cconfigurations.
- Auto-detect: Auto-detect CommonJS or ESM project.
npm add @zokugun/eslint-config-nodejsimport { configure, gitignore, ignores } from '@zokugun/eslint-config';
import { nodejs } from '@zokugun/eslint-config-nodejs';
export default configure([
ignores(),
gitignore(),
nodejs(),
]);function nodejs(): Configurator;Contributions are most welcome. Please:
- Open issues and feature requests under the repository discussions.
- Follow the
CONTRIBUTING.md.
Support this project by becoming a financial contributor.
| ko-fi.com/daiyam | |
| liberapay.com/daiyam/donate | |
| paypal.me/daiyam99 |
Copyright © 2026-present Baptiste Augrain
Licensed under the MIT license.