Новый проект NextJS
npx create-next-app
// or
yarn create next-app
Caffeinated Developer
npx create-next-app
// or
yarn create next-app
{
"extends": ["next", "next/core-web-vitals", "eslint:recommended"],
"globals": {
"React": "readonly"
},
"rules": {
"no-unused-vars": [1, { "args": "after-used", "argsIgnorePattern": "^_" }]
}
}