Skip to content

Commit

Permalink
docs: add maintainance info
Browse files Browse the repository at this point in the history
refs: #194
  • Loading branch information
aladdin-add committed May 10, 2024
1 parent c046376 commit dd1a582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Additional ESLint rules for Node.js
npm install --save-dev eslint eslint-plugin-n
```

| Version | Supported Node.js | Supported ESLint Version |
| Version | Supported Node.js | Supported ESLint Version | Status |
|---------|-------------------|---------------------------|
| 17.x | `^18.18.0 \|\| ^20.9.0 \|\| >=21.1.0` | `>=8.23.0` |
| 16.x | `>=16.0.0` | `>=7.0.0` |
| 15.x | `>=12.22.0` | `>=7.0.0` |
| 17.x | `^18.18.0 \|\| ^20.9.0 \|\| >=21.1.0` | `>=8.23.0` | 🏃‍♂️actively maintained |
| 16.x | `>=16.0.0` | `>=7.0.0` | ⚠️EOL |
| 15.x | `>=12.22.0` | `>=7.0.0` | ⚠️EOL |

**Note:** It recommends a use of [the "engines" field of package.json](https://docs.npmjs.com/files/package.json#engines). The "engines" field is used by `n/no-unsupported-features/*` rules.

Expand Down

0 comments on commit dd1a582

Please sign in to comment.