File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
## Unreleased
7
7
8
8
### Added
9
+ * support eslint v9 ([ #3759 ] [ ] @mdjermanovic )
9
10
* export flat configs from plugin root and fix flat config crash ([ #3694 ] [ ] @bradzacher @mdjermanovic )
10
11
* add [ ` jsx-props-no-spread-multi ` ] ([ #3724 ] [ ] @SimonSchick )
11
12
13
+ [ #3759 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
12
14
[ #3724 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3724
13
15
[ #3694 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3694
14
16
Original file line number Diff line number Diff line change 58
58
"@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0" ,
59
59
"aud" : " ^2.0.4" ,
60
60
"babel-eslint" : " ^8 || ^9 || ^10.1.0" ,
61
- "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8" ,
61
+ "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 " ,
62
62
"eslint-config-airbnb-base" : " ^15.0.0" ,
63
63
"eslint-doc-generator" : " ^1.7.1" ,
64
64
"eslint-plugin-eslint-plugin" : " ^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5" ,
79
79
"typescript-eslint-parser" : " ^20.1.1"
80
80
},
81
81
"peerDependencies" : {
82
- "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8"
82
+ "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 "
83
83
},
84
84
"engines" : {
85
85
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments