rsnext/examples/with-eslint
2022-05-27 21:21:40 +00:00
..
pages Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
.eslintrc Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
.gitignore Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
package.json Clean up examples package.json (#27121) 2021-07-12 19:58:03 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00

ESLint Example

This example shows a Next.js application using the built-in ESLint setup with the next shareable configuration enabled in .eslintrc.

Learn more about the integrated ESLint configuration in the docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-eslint with-eslint-app
# or
yarn create next-app --example with-eslint with-eslint-app
# or
pnpm create next-app --example with-eslint with-eslint-app

Deploy it to the cloud with Vercel (Documentation).