Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fec73b0

Browse files
docs: clarify which versions of ESLint are supported (typescript-eslint#1073)
Co-authored-by: Brad Zacher <[email protected]>
1 parent 5f92b9f commit fec73b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- [How do I configure my project to use typescript-eslint?](#how-do-i-configure-my-project-to-use-typescript-eslint)
2828
- [Package Versions](#package-versions)
2929
- [Supported TypeScript Version](#supported-typescript-version)
30+
- [Supported ESLint version](#supported-eslint-version)
3031
- [License](#license)
3132
- [Contributors](#contributors)
3233
- [Contributing Guide](#contributing-guide)
@@ -246,6 +247,10 @@ If you use a non-supported version of TypeScript, the parser will log a warning
246247

247248
<br>
248249

250+
## Supported ESLint version
251+
252+
See the value of `eslint` declared in `@typescript-eslint/eslint-plugin`'s [package.json](./packages/eslint-plugin/package.json).
253+
249254
## License
250255

251256
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.

0 commit comments

Comments
 (0)