From b454488bd63c046d101305c40d24bf44ae83971e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 10 May 2024 15:19:07 +0800 Subject: [PATCH] docs: add maintainance info (#271) refs: #194 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2873db27..cab4f49a 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 | -|---------|-------------------|---------------------------| -| 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` | +| Version | Supported Node.js | Supported ESLint Version | Status | +|---------|-------------------|---------------------------|--------| +| 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.