/eslint-config-node

Eslint config for Node.js

Primary LanguageJavaScript

eslint-config-node

Eslint config for Node.js 18 or higher.

installation

npm i -D johbog/eslint-config-node

Add the following to your package.json:

"eslintConfig": {
  "extends": "node"
}

or create a .eslintrc.json config with:

{
  "extends": "node"
}