We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b8577 commit 1397e7dCopy full SHA for 1397e7d
1 file changed
src/content/learn/react-compiler/installation.md
@@ -172,7 +172,7 @@ React 编译器包含一条 ESLint 规则,可帮助识别无法优化的代码
172
npm install -D eslint-plugin-react-hooks@latest
173
</TerminalBlock>
174
175
-如果你尚未配置好 eslint-plugin-react-hooks,参考 [readme 的安装说明](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation)来进行配置。编译器规则可在 `recommended-latest` 预设中找到。
+如果你尚未配置好 eslint-plugin-react-hooks,参考 [readme 的安装说明](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation) 来进行配置。编译器规则可在 `recommended-latest` 预设中找到。
176
177
ESLint 规则将会:
178
- 识别对 [React 规则](/reference/rules) 的违反情况
0 commit comments