Back to Next Js

ESLint Example

examples/with-eslint/README.md

16.2.51.1 KB
Original Source

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

How to use

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

bash
npx create-next-app --example with-eslint with-eslint-app
bash
yarn create next-app --example with-eslint with-eslint-app
bash
pnpm create next-app --example with-eslint with-eslint-app

Deploy it to the cloud with Vercel (Documentation).