File tree Expand file tree Collapse file tree 3 files changed +211
-265
lines changed Expand file tree Collapse file tree 3 files changed +211
-265
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export default tseslint.config(
9
9
} ,
10
10
} ,
11
11
12
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
13
12
eslint . configs . recommended ,
14
13
...tseslint . configs . strictTypeChecked ,
15
14
...tseslint . configs . stylisticTypeChecked ,
@@ -54,6 +53,9 @@ export default tseslint.config(
54
53
"@typescript-eslint/sort-type-constituents" : "error" ,
55
54
"@typescript-eslint/switch-exhaustiveness-check" : "error" ,
56
55
"func-style" : [ "error" , "declaration" ] ,
56
+
57
+ // This package isn't updated for the newest `js-tiktoken` version.
58
+ "@typescript-eslint/no-deprecated" : "warn" ,
57
59
} ,
58
60
} ,
59
61
{
Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"@eslint/js" : " ^9.9.1" ,
28
28
"eslint" : " ^9.9.1" ,
29
- "eslint-config-prettier" : " ^9.1.0 " ,
29
+ "eslint-config-prettier" : " ^10.0.1 " ,
30
30
"openai" : " ^4.56.0" ,
31
31
"prettier" : " ^3.3.3" ,
32
32
"typedoc" : " ^0.26.6" ,
You can’t perform that action at this time.
0 commit comments