Skip to content

Commit f3659a5

Browse files
docs: remove eslint config link (vercel#38206)
[Slack thread](https://vercel.slack.com/archives/C02UJ0QH45Q/p1656580818197009) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## 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. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
1 parent 5044cd6 commit f3659a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/basic-features/eslint.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Recommended rule-sets from the following ESLint plugins are all used within `esl
7272
- [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks)
7373
- [`eslint-plugin-next`](https://www.npmjs.com/package/@next/eslint-plugin-next)
7474

75-
You can see the full details of the shareable configuration in the [`eslint-config-next`](https://www.npmjs.com/package/eslint-config-next) package.
76-
7775
This will take precedence over the configuration from `next.config.js`.
7876

7977
## ESLint Plugin

0 commit comments

Comments
 (0)