From fa18f5a14010bcb51db634956c3cae92f0e8bae2 Mon Sep 17 00:00:00 2001 From: Shaw Date: Tue, 10 Dec 2024 21:39:01 -0800 Subject: [PATCH] uhh fix linkedin lint lol --- packages/client-linkedin/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client-linkedin/package.json b/packages/client-linkedin/package.json index 90afcf44c9..eb120b215e 100644 --- a/packages/client-linkedin/package.json +++ b/packages/client-linkedin/package.json @@ -6,8 +6,7 @@ "types": "dist/index.d.ts", "scripts": { "build": "tsc", - "test": "jest", - "lint": "eslint src --ext .ts" + "test": "jest" }, "dependencies": { "@ai16z/eliza": "workspace:*",