Skip to content

Commit

Permalink
Merge pull request #122 from acelaya-forks/feature/react-hooks-5
Browse files Browse the repository at this point in the history
Add support for eslint-plugin-react-hooks 5.0
  • Loading branch information
acelaya authored Oct 12, 2024
2 parents dfbd3ef + 9b09d07 commit ddb623b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

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).

## [3.2.0] - 2024-10-12
#### Added
* Add support for `eslint-plugin-react-hooks` 5.x.

#### Changed
* *Nothing*

#### Deprecated
* *Nothing*

#### Removed
* *Nothing*

#### Fixed
* *Nothing*


## [3.1.0] - 2024-09-12
#### Added
* [#109](https://github.com/shlinkio/js-coding-standard/issues/109) Add support for `eslint` 9.x.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^9.10.0 || ^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0 || ^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"typescript-eslint": "^8.0"
},
Expand Down

0 comments on commit ddb623b

Please sign in to comment.