2.0.0 • Published 2 years ago

eslint-config-awzzm-node v2.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

⬅️ Back to Overview

Node.js Configuration

You don't need to install the base configuration (eslint-config-awzzm) because this configuration extends it.

Node.js v14 is required.

npm install --save-dev eslint-config-awzzm-node
# or
yarn add -D eslint-config-awzzm-node

Add it to your ESLint configuration:

{
  "extends": ["awzzm-node"]
}

Specifying Your Node.js Version

In order to work properly, some rules require you to specify the Node.js version you're using in your package.json:

{
  "name": "my-package",
  // ...
  "engines": {
    "node": ">=10.0.0"
  }
}

You should lint your files with the same Node.js version as you use for running it.

2.0.0

2 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago