Skip to content

Commit

Permalink
docs: clarify which versions of ESLint are supported (#1073)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
NickHeiner and bradzacher committed Oct 12, 2019
1 parent 5f92b9f commit fec73b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,7 @@
- [How do I configure my project to use typescript-eslint?](#how-do-i-configure-my-project-to-use-typescript-eslint)
- [Package Versions](#package-versions)
- [Supported TypeScript Version](#supported-typescript-version)
- [Supported ESLint version](#supported-eslint-version)
- [License](#license)
- [Contributors](#contributors)
- [Contributing Guide](#contributing-guide)
Expand Down Expand Up @@ -246,6 +247,10 @@ If you use a non-supported version of TypeScript, the parser will log a warning

<br>

## Supported ESLint version

See the value of `eslint` declared in `@typescript-eslint/eslint-plugin`'s [package.json](./packages/eslint-plugin/package.json).

## 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 fec73b0

Please sign in to comment.