Add Prettier to NextJS
Out of the box [NextJS](https://nextjs.org/) comes with eslint, but this only helps with code quality and does not enforce any kind of formatting. You can heavily enhance this default config by combining it with [Prettier](https://prettier.io/) for consistent formatting ...