Skip to content

Commit f1e9256

Browse files
committed
fix: fix eslint config
1 parent 00ca260 commit f1e9256

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

evals/run-evaluation.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Main evaluation script for MCP tool calling (TypeScript version).
44
*/
55

6-
import Anthropic from '@anthropic-ai/sdk';
76
import { createClient } from '@arizeai/phoenix-client';
87
// eslint-disable-next-line import/extensions
98
import { getDatasetInfo } from '@arizeai/phoenix-client/datasets';
@@ -15,8 +14,6 @@ import dotenv from 'dotenv';
1514
import OpenAI from 'openai';
1615
import { createOpenAI } from '@ai-sdk/openai';
1716

18-
19-
2017
import log from '@apify/log';
2118

2219
import { ApifyClient } from '../src/apify-client.js';

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
},
77
"include": [
88
"src/**/*"
9-
],
10-
"exclude": [
11-
"evals/**/*"
129
]
1310
}

0 commit comments

Comments
 (0)