Skip to content

Commit 1397e7d

Browse files
authored
Update installation.md
1 parent 98b8577 commit 1397e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/react-compiler/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ React 编译器包含一条 ESLint 规则,可帮助识别无法优化的代码
172172
npm install -D eslint-plugin-react-hooks@latest
173173
</TerminalBlock>
174174

175-
如果你尚未配置好 eslint-plugin-react-hooks,参考 [readme 的安装说明](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation)来进行配置。编译器规则可在 `recommended-latest` 预设中找到。
175+
如果你尚未配置好 eslint-plugin-react-hooks,参考 [readme 的安装说明](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation) 来进行配置。编译器规则可在 `recommended-latest` 预设中找到。
176176

177177
ESLint 规则将会:
178178
- 识别对 [React 规则](/reference/rules) 的违反情况

0 commit comments

Comments
 (0)