Next.js and React Project Configuration: ESLint, Prettier, and Git Hooks
5 min readApr 16
--
In this tutorial, I share an opinionated set of configurations for ESLint, pre-commit hooks, and styling and indentation configuration.
Next.js Project Setup
I have a Next.js project that I set up with TypeScript and ESLint.
npx create-next-app@latest --typescript