Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/reference/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ React Compiler 是一个构建时优化工具,可以自动为你的 React 组
* [指令](/reference/react-compiler/directives) —— 用于控制编译的函数级指令。
* [编译库](/reference/react-compiler/compiling-libraries) —— 发布预编译库代码的指南。

## ESLint Plugin React Hooks {/*eslint-plugin-react-hooks*/}
## React Hook 的 ESLint 插件 {/*eslint-plugin-react-hooks*/}

The [ESLint plugin for React Hooks](/reference/eslint-plugin-react-hooks) helps enforce the Rules of React:
[React Hook 的 ESLint 插件](/reference/eslint-plugin-react-hooks) 帮助强制执行 React 的规则:

* [Lints](/reference/eslint-plugin-react-hooks) - Detailed documentation for each lint with examples.
* [Lints](/reference/eslint-plugin-react-hooks) - 每种 Lint 的例子的详细文档。

## Rules of React {/*rules-of-react*/}

Expand Down