Skip to content

Repository files navigation

MIT licensed NPM Version Donation Donation Donation

Collections of globals variables used by NodeJS to be used in ESLint configurations.

Features

  • 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.

Installation

npm add @zokugun/eslint-config-nodejs

Quick Start

import { configure, gitignore, ignores } from '@zokugun/eslint-config';
import { nodejs } from '@zokugun/eslint-config-nodejs';

export default configure([
	ignores(),
	gitignore(),
	nodejs(),
]);

API reference

function nodejs(): Configurator;

Contributions

Contributions are most welcome. Please:

  • Open issues and feature requests under the repository discussions.
  • Follow the CONTRIBUTING.md.

Donations

Support this project by becoming a financial contributor.

Ko-fi ko-fi.com/daiyam
Liberapay liberapay.com/daiyam/donate
PayPal paypal.me/daiyam99

License

Copyright © 2026-present Baptiste Augrain

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages