Skip to content

Commit cd06ebc

Browse files
Fix lint code base error (#2335)
* Fix lint code base error * fix card links for dtk
1 parent c6289a4 commit cd06ebc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default [{
4242
},
4343

4444
project: ["./tsconfig.json"],
45-
tsconfigRootDir: "./",
45+
tsconfigRootDir: __dirname,
4646
},
4747
},
4848

gator_versioned_docs/version-0.12.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ Check out the following sections to get started with the MetaMask Delegation Too
4848
<CardList
4949
items={[
5050
{
51-
href: "/delegation-toolkit/get-started",
51+
href: "/delegation-toolkit/0.12.0/get-started",
5252
title: "🏁 Get started",
5353
description: "If you're ready to get started building, install the Toolkit and follow a quickstart.",
5454
},
5555
{
56-
href: "/delegation-toolkit/how-to",
56+
href: "/delegation-toolkit/0.12.0/how-to",
5757
title: "🛠️ How-to guides",
5858
description: "To complete specific tasks with the Delegation Toolkit, follow the how-to guides.",
5959
},
6060
{
61-
href: "/delegation-toolkit/concepts",
61+
href: "/delegation-toolkit/0.12.0/concepts",
6262
title: "💭 Concepts",
6363
description: "If you're new to the Delegation Toolkit, learn about some key concepts.",
6464
}

gator_versioned_docs/version-0.13.0/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ Check out the following guides to get started with the MetaMask Delegation Toolk
4040
<CardList
4141
items={[
4242
{
43-
href: "get-started/install",
43+
href: "/delegation-toolkit/get-started/install",
4444
title: "Install and set up",
4545
description: "Install and set up the MetaMask Delegation Toolkit.",
4646
},
4747
{
48-
href: "get-started/smart-account-quickstart",
48+
href: "/delegation-toolkit/get-started/smart-account-quickstart",
4949
title: "MetaMask Smart Accounts quickstart",
5050
description: "Create a MetaMask smart account and send a user operation.",
5151
},
5252
{
53-
href: "get-started/smart-account-quickstart/eip7702",
53+
href: "/delegation-toolkit/get-started/smart-account-quickstart/eip7702",
5454
title: "EIP-7702 quickstart",
5555
description: "Upgrade an externally owned account to a smart account.",
5656
},
5757
{
58-
href: "get-started/use-the-cli",
58+
href: "/delegation-toolkit/get-started/use-the-cli",
5959
title: "Use the CLI",
6060
description: "Use the Delegation Toolkit CLI to bootstrap a project.",
6161
}

0 commit comments

Comments
 (0)