From dd1a5822ed431a1e71584f7d1fc2e4700e54619c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 10 May 2024 14:33:00 +0800 Subject: [PATCH] docs: add maintainance info refs: #194 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2873db27..45d8c65a 100644 --- a/README.md +++ b/README.md @@ -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.