Skip to content

Commit b454488

Browse files
authored
docs: add maintainance info (#271)
refs: #194
1 parent c046376 commit b454488

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Additional ESLint rules for Node.js
1818
npm install --save-dev eslint eslint-plugin-n
1919
```
2020

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

2727
**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.
2828

0 commit comments

Comments
 (0)