From 742b679339e5a16be684ba8949af3c773bfe6c04 Mon Sep 17 00:00:00 2001 From: Bill Barry Date: Wed, 8 Jul 2020 02:24:56 -0400 Subject: [PATCH] docs: add note about node support (#2282) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d327f2d355b..f1f6f77c646 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - [Package Versions](#package-versions) - [Supported TypeScript Version](#supported-typescript-version) - [Supported ESLint version](#supported-eslint-version) +- [Supported Node version](#supported-node-version) - [License](#license) - [Contributors](#contributors) - [Contributing Guide](#contributing-guide) @@ -250,6 +251,10 @@ If you use a non-supported version of TypeScript, the parser will log a warning See the value of `eslint` declared in `@typescript-eslint/eslint-plugin`'s [package.json](./packages/eslint-plugin/package.json). +## Supported Node version + +This project makes an effort to support Active LTS and Maintenance LTS release statuses of Node according to [Node's release document](https://nodejs.org/en/about/releases/). Support for specific Current status releases are considered periodically. + ## License TypeScript ESLint inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license.