Start a clean Next.js project with TypeScript, ESLint and PrettierLast updated: December 13, 2021, 11:00 AM TypeScript is awesome. So is Prettier. In this post, we will learn how to configure ESLint to make it work with Prettier within a Next.js app, and finally how to integrate this tooling with Visual Studio Code. Let's do it! Note: you can have a look at the end result here: github.com/paulintr