diff --git a/package.json b/package.json index 7539f80705f2..0f164eeb9d57 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@playwright/test": "^1.44.1", "chalk": "^5.3.0", "eslint": "^7.32.0", - "eslint-config-vercel-ai": "workspace:*", + "eslint-config-vercel-ai": "tools/eslint-config", "husky": "^8.0.0", "lint-staged": "^15.2.4", "next": "15.0.0-canary.23", @@ -57,5 +57,6 @@ "singleQuote": true, "arrowParens": "avoid", "trailingComma": "all" - } + }, + "workspaces": ["tools/eslint-config"] }