{ "extends": ["next/core-web-vitals", "prettier"], "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-unused-vars": "off", "no-console": "off", "@next/next/no-html-link-for-pages": "off", "react/no-unescaped-entities": "off" } }