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 9c1c273 commit c03ab0bCopy full SHA for c03ab0b
docs/specification/code/nextjs/README.md
@@ -4,7 +4,7 @@ sidebar_position: 8
4
5
# Next.js 规范
6
7
-[`eslint-plugin-next`](https://nextjs.org/docs/app/api-reference/config/eslint) 是针对 Next.js 框架的官方推荐规则集。它会检查 Next.js 项目中的常见错误和最佳实践,例如确保 `next/image` 组件的正确使用,或者 `Link` 组件的 `href` 属性格式正确等,有助于编写符合 Next.js 规范的代码。
+[`@next/eslint-plugin-next`](https://nextjs.org/docs/app/api-reference/config/eslint) 是针对 Next.js 框架的官方推荐规则集。它会检查 Next.js 项目中的常见错误和最佳实践,例如确保 `next/image` 组件的正确使用,或者 `Link` 组件的 `href` 属性格式正确等,有助于编写符合 Next.js 规范的代码。
8
9
```js
10
// .eslintrc.js
0 commit comments