Skip to content

Commit 6b51fde

Browse files
committed
Pin eslint react plugin version
They added a bug, there's a fix but it's unreleased: jsx-eslint/eslint-plugin-react#3821
1 parent 4a05cb9 commit 6b51fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boilerplate/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,8 @@
9999
},
100100
"engines": {
101101
"node": "^18.18.0 || >=20.0.0"
102+
},
103+
"resolutions": {
104+
"eslint-plugin-react": "7.35.2"
102105
}
103106
}

0 commit comments

Comments
 (0)