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
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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments