{ "root": true, "extends": ["next/core-web-vitals", "next/typescript"], "rules": { "react-hooks/exhaustive-deps": "off", "@typescript-eslint/no-explicit-any": "off" }, "ignorePatterns": [ "docs/**" ] }