Skip to content

Commit ddb623b

Browse files
authored
Merge pull request #122 from acelaya-forks/feature/react-hooks-5
Add support for eslint-plugin-react-hooks 5.0
2 parents dfbd3ef + 9b09d07 commit ddb623b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [3.2.0] - 2024-10-12
8+
#### Added
9+
* Add support for `eslint-plugin-react-hooks` 5.x.
10+
11+
#### Changed
12+
* *Nothing*
13+
14+
#### Deprecated
15+
* *Nothing*
16+
17+
#### Removed
18+
* *Nothing*
19+
20+
#### Fixed
21+
* *Nothing*
22+
23+
724
## [3.1.0] - 2024-09-12
825
#### Added
926
* [#109](https://github.com/shlinkio/js-coding-standard/issues/109) Add support for `eslint` 9.x.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^9.10.0 || ^8.57.0",
2828
"eslint-plugin-jsx-a11y": "^6.8.0",
2929
"eslint-plugin-react": "^7.34.2",
30-
"eslint-plugin-react-hooks": "^4.6.2",
30+
"eslint-plugin-react-hooks": "^5.0.0 || ^4.6.2",
3131
"eslint-plugin-simple-import-sort": "^12.1.0",
3232
"typescript-eslint": "^8.0"
3333
},

0 commit comments

Comments
 (0)