Create a new Next.js project using create-next-app
Run the Next.js development server
Build the app for production
Run ESLint on your Next.js project
npm run lint
Analyzes your code for potential issues and enforces coding standards.
Lint project code
Run the built Next.js app in production mode
Automatically format your code
Print lines matching a pattern