rsnext/examples/with-eslint
2021-06-20 16:16:34 -05: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 Update with-eslint example. (#25817) 2021-06-20 16:16:34 -05:00
README.md Update with-eslint example. (#25817) 2021-06-20 16:16:34 -05: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.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).