{
  "extends": ["conventions", "next/core-web-vitals", "prettier"],
  "plugins": ["prettier"],
  "parserOptions": { "project": "./tsconfig.json" },
  "rules": {
    "@next/next/no-img-element": "off",
    "prettier/prettier": "error",
    "no-console": "off"
  }
}