This project is a Next.js 15 application with Sanity.
In order to lint run
npm run lint
In order to format all code to prettier standards(which is just spacing and style rules):
npm run format
We should run these commands before every commit and try to minimize all warnings and errors