Skip to content

Commit

Permalink
docs: add note about node support (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarry committed Jul 8, 2020
1 parent 00ac9c3 commit 742b679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 742b679

Please sign in to comment.