Skip to content

Commit ff89c29

Browse files
committed
lint
1 parent 73d5bb1 commit ff89c29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export default defineConfig([
2525
},
2626
},
2727
{
28-
ignores: ["dist/**/*", "node_modules/**/*"],
28+
ignores: ["dist/**/*", "node_modules/**/*", ".smithery/**/*"],
2929
},
3030
]);

src/tools/navigate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { z } from "zod";
2-
import { Browserbase } from "@browserbasehq/sdk";
32
import type { Tool, ToolSchema, ToolResult } from "./tool.js";
43
import type { Context } from "../context.js";
54
import type { ToolActionResult } from "../types/types.js";

0 commit comments

Comments
 (0)