Skip to content

Commit

Permalink
chore: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jun 10, 2024
1 parent ab6c486 commit d0db974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

- The [`noUnmatchableAnbSelector`](https://biomejs.dev/linter/rules/no-unmatchable-anb-selector/) rule is now able to catch unmatchable `an+b` selectors like `0n+0` or `-0n+0`. Contributed by @Sec-ant.

- [useHookAtTopLevel](https://biomejs.dev/linter/rules/use-hook-at-top-level/) now recognizes properties named as hooks like `foo.useFoo()`. Contributed by @ksnyder9801
- The [`useHookAtTopLevel`](https://biomejs.dev/linter/rules/use-hook-at-top-level/) rule now recognizes properties named as hooks like `foo.useFoo()`. Contributed by @ksnyder9801

### Parser

Expand Down

0 comments on commit d0db974

Please sign in to comment.