Skip to content

Commit 4e3f2ae

Browse files
mdjermanovicljharb
authored andcommitted
[New] support eslint v9
1 parent e621e30 commit 4e3f2ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66
## Unreleased
77

88
### Added
9+
* support eslint v9 ([#3759][] @mdjermanovic)
910
* export flat configs from plugin root and fix flat config crash ([#3694][] @bradzacher @mdjermanovic)
1011
* add [`jsx-props-no-spread-multi`] ([#3724][] @SimonSchick)
1112

13+
[#3759]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
1214
[#3724]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3724
1315
[#3694]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3694
1416

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
5959
"aud": "^2.0.4",
6060
"babel-eslint": "^8 || ^9 || ^10.1.0",
61-
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
61+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
6262
"eslint-config-airbnb-base": "^15.0.0",
6363
"eslint-doc-generator": "^1.7.1",
6464
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
@@ -79,7 +79,7 @@
7979
"typescript-eslint-parser": "^20.1.1"
8080
},
8181
"peerDependencies": {
82-
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
82+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
8383
},
8484
"engines": {
8585
"node": ">=4"

0 commit comments

Comments
 (0)