File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5353 "node" : " ^14.17.0 || ^16.0.0 || >= 18.0.0"
5454 },
5555 "peerDependencies" : {
56- "eslint" : " >=7 "
56+ "eslint" : " >= 7 < 10 "
5757 },
5858 "packageManager" : " yarn@4.6.0"
5959}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ __metadata:
210210 rimraf : " npm:^5.0.5"
211211 typescript : " npm:~5.3.3"
212212 peerDependencies :
213- eslint : " >=7 "
213+ eslint : " >= 7 < 10 "
214214 languageName : unknown
215215 linkType : soft
216216
You can’t perform that action at this time.
0 commit comments