module.exports = { extends: ["next/core-web-vitals"], parser: "@typescript-eslint/parser", parserOptions: { project: "./tsconfig.json", tsconfigRootDir: __dirname, }, };