Skip to content

Commit 16928a2

Browse files
committed
Update README to reflect ESLint version support
1 parent 2c17cdd commit 16928a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np
4848

4949
| Plugins Version | SonarQube version | ESLint version |
5050
| --------------- | ----------------- | -------------- |
51-
| 2.+ | 9.9.+ LTA to 25.3 | 7+ |
52-
| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7+ |
51+
| 2.+ | 9.9.+ LTA to 25.3 | 7.x, 8.x |
52+
| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7.x, 8.x |
5353

5454
## 🤝 Contribution
5555

eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An ESLint plugin which provides JavaScript and TypeScript rules of the Creedengo
1010

1111
### Installation
1212

13-
You'll need to install [ESLint](https://eslint.org/) (v7 or newer) and this plugin:
13+
You'll need to install [ESLint](https://eslint.org/) (v7 or v8) and this plugin:
1414

1515
```sh
1616
# yarn

0 commit comments

Comments
 (0)