Skip to content

Commit c079b8a

Browse files
committed
Update ESLint peer dependency range
1 parent 009e7b0 commit c079b8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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.x, 8.x |
51+
| 2.2+ | 9.9.+ LTA to 25.3 | 7.x, 8.x, 9.x |
52+
| 2.0, 2.1 | 9.9.+ LTA to 25.3 | 7.x, 8.x |
5253
| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7.x, 8.x |
5354

5455
## 🤝 Contribution

eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
5454
},
5555
"peerDependencies": {
56-
"eslint": ">=7"
56+
"eslint": ">= 7 < 10"
5757
},
5858
"packageManager": "[email protected]"
5959
}

0 commit comments

Comments
 (0)