Note that this only works for NextJS projects
- (needed for good eslinting) Add a
.eslintrc.jsonfile to the root of your project with the following contents:
{
"extends": "next/core-web-vitals"
}- (optional prettier config) Add a
.prettierrcfile to the root of your project with the following contents: