Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 86b291c

Browse files
authored
fix: eslint peer version should be v8 now (#122)
1 parent 314a098 commit 86b291c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/angry-teachers-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-sonar": patch
3+
---
4+
5+
fix: eslint peer version should be v8 now

SonarJS

Submodule SonarJS updated 1908 files

eslint-plugin-sonar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"peerDependencies": {
3434
"@babel/core": "^7.11.0",
3535
"@typescript-eslint/parser": "^6.0.0",
36-
"eslint": "^7.0.0 || ^8.0.0",
36+
"eslint": "^8.0.0",
3737
"typescript": "^4.0.0 || ^5.0.0"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)