We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806037f commit c0566fbCopy full SHA for c0566fb
.changeset/kjiklt-admj-tzivqq.md
packages/oxc-linter-config/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @puffcoco/oxc-linter-config
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- 58e71dc: ### New Features
8
9
+ - Added `eslint-plugin-react-hooks` as an optional peer dependency (`^6.0.0`) for `/react-compiler` config users.
10
+ - Updated README with React Compiler setup example including the required `eslint-plugin-react-hooks` installation step.
11
12
## 0.2.0
13
14
### Minor Changes
packages/oxc-linter-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@cocopalm/oxc-linter-config",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "oxc linter configuration",
"author": "puffcocos",
"license": "MIT",
0 commit comments