Skip to content

Commit c4f1c4c

Browse files
github-actions[bot]puffcocos
authored andcommitted
Version Packages
1 parent 8c5a8d0 commit c4f1c4c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/fix-react-compiler-plugin-alias.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/oxc-linter-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @puffcoco/oxc-linter-config
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 8a78970: - Fix `@cocopalm/oxc-linter-config/react-compiler` failing to load with "Plugin name 'react-hooks' is reserved" error by registering `eslint-plugin-react-hooks` under the `react-hooks-js` alias to avoid colliding with oxlint's native `react-hooks` plugin.
8+
- Rename all `react-hooks/*` rule keys under the `react-compiler` config to `react-hooks-js/*` to match the new plugin alias.
9+
310
## 0.2.1
411

512
### Patch Changes

packages/oxc-linter-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocopalm/oxc-linter-config",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "oxc linter configuration",
55
"author": "puffcocos",
66
"license": "MIT",

0 commit comments

Comments
 (0)