rsnext/docs/basic-features
Houssein Djirdeh e5ef60fecb
Add ESLint to Next.js (#22437)
For #22228

This PR:

- Adds ESLint to toolchain
  - Included by default for builds (`next build`)
  - Can be enabled for development (`next dev`)
  - Custom formatter built for output
- Adds appropriate tests
- Adds two documentation pages
2021-03-23 21:32:42 +00:00
..
built-in-css-support.md Mention required version for global CSS imports in node_modules (#17506) 2020-10-01 08:58:22 +00:00
data-fetching.md Added Prepr CMS Examples to docs (#23221) 2021-03-19 16:10:35 +00:00
environment-variables.md Add note for loading env files during testing (#22982) 2021-03-12 00:47:42 +00:00
eslint.md Add ESLint to Next.js (#22437) 2021-03-23 21:32:42 +00:00
fast-refresh.md Update fast-refresh.md (#18047) 2020-11-16 22:46:43 +00:00
image-optimization.md Document how to use basePath with next/image. (#23123) 2021-03-16 19:56:41 +00:00
pages.md Added Prepr CMS Examples to docs (#23221) 2021-03-19 16:10:35 +00:00
static-file-serving.md Update static file serving doc to mention Next.js 10 (#20815) 2021-01-06 15:21:34 +00:00
supported-browsers-features.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
typescript.md Add type keyword to API Routes examples (#18234) 2020-11-09 03:24:02 +00:00