rsnext/docs
Joe Haddad eecc3342cb
Temporarily remove experimental ESLint integration (#23521)
This pull request **temporarily** removes ESLint, as it was not landed in accordance with our standard experimental policies. We are fully committed to landing this change again.

This is being reverted because:

- Next.js has very strict goals for its install size. This feature resulted in adding over 17MB, or a 43.6% increase.
- The feature was not first landed under the `experimental` key in `next.config.js`, rather, it was added under the stable namespace (top-level)
- Using the feature doesn't do a "guided setup" like TypeScript, it should ask you to "bring your own" dependencies for ESLint
- It uses a undesirable ESLint plugin name: `plugin:@next/next/recommended`. This should read out as strictly `next`, or as short as we can get it.
- Does not provide actionable warnings (missing link to resolve issue)
- Does not follow appropriate console output styling. We need to revisit how these are presented.

To re-land this, we need to ensure the following minimums are met:
- Very minor change in install size
- Fully experimental (i.e. flagged) with warnings
- Finalized package name and configuration shape, preferably so we can do ` { extends: 'next' } `.
2021-03-30 08:26:35 +00:00
..
advanced-features Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
api-reference Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
api-routes Add use cases for API Routes to documentation. (#22616) 2021-03-01 01:15:14 +00:00
basic-features Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
migrating Include useEffect in SPA demo import, Fix punctuation (#23256) 2021-03-22 01:35:04 +00:00
routing Add note about preloading to routing introduction. (#22656) 2021-03-02 03:17:43 +00:00
authentication.md docs(authentication): rephrase next-iron-session/next-auth (#23199) 2021-03-18 17:04:58 +00:00
deployment.md Update with-docker example and deployment docs. (#23486) 2021-03-28 20:32:09 +00:00
faq.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
getting-started.md Remove note about Yarn 2 support. (#21665) 2021-01-29 19:09:17 +00:00
manifest.json Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
upgrading.md Add codemod for files that do not support the new React JSX transform (#21281) 2021-01-18 15:17:10 +00:00