{ "plugins": ["prettier"], "extends": ["next/core-web-vitals", "plugin:prettier/recommended"], "rules": { "no-console": "warn", "prettier/prettier": "error" } }