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 the example using Vercel or preview live with StackBlitz
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-eslint with-eslint-appyarn create next-app --example with-eslint with-eslint-apppnpm create next-app --example with-eslint with-eslint-appDeploy it to the cloud with Vercel (Documentation).