File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
langchain-classic/src/chains/openai_functions/tests Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const config: ConfigArray = [
1111 "@typescript-eslint/no-floating-promises" : "off" ,
1212 "no-instanceof/no-instanceof" : "off" ,
1313 "@typescript-eslint/no-misused-promises" : "off" ,
14+ "import/no-extraneous-dependencies" : "off" ,
1415 } ,
1516 } ,
1617] ;
Original file line number Diff line number Diff line change 1- import { test , expect } from "@jest/globals " ;
1+ import { test , expect } from "vitest " ;
22
33import { OpenAPIV3 , OpenAPIV3_1 } from "openapi-types" ;
44import {
Original file line number Diff line number Diff line change 1- // @ts -nocheck
21import { langchainConfig } from "@langchain/eslint" ;
3- import { defineConfig } from "eslint/config" ;
42
5- export default defineConfig ( ...langchainConfig , {
6- rules : {
7- "import/no-extraneous-dependencies" : "off" ,
8- } ,
9- } ) ;
3+ export default langchainConfig ;
You can’t perform that action at this time.
0 commit comments