未验证 提交 5c7475a6 编写于 作者: M matamatanot 提交者: GitHub

Fix typo in eslint doc (#23338)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.

## Documentation / Examples

- [ ] Make sure the linting passes
上级 873cd835
......@@ -34,7 +34,7 @@ Here's an example of an `.eslintrc.json` file:
```
- Extending the original base of rules (`plugin:@next/next/recommended`) is highly recommended to
catch and fix significant Next.js issues in your application
catch and fix significant Next.js issues in your application.
- Including `@babel/eslint-parser` with the `next/babel` preset ensures that all language features
supported by Next.js will also be supported by ESLint. Although `@babel/eslint-parser` can parse
TypeScript, consider using
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册