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
This commit is contained in:
matamatanot 2021-03-24 11:03:51 +09:00 committed by GitHub
parent 873cd8355f
commit 5c7475a6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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