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(
99 } ,
1010 } ,
1111
12- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
1312 eslint . configs . recommended ,
1413 ...tseslint . configs . strictTypeChecked ,
1514 ...tseslint . configs . stylisticTypeChecked ,
@@ -54,6 +53,9 @@ export default tseslint.config(
5453 "@typescript-eslint/sort-type-constituents" : "error" ,
5554 "@typescript-eslint/switch-exhaustiveness-check" : "error" ,
5655 "func-style" : [ "error" , "declaration" ] ,
56+
57+ // This package isn't updated for the newest `js-tiktoken` version.
58+ "@typescript-eslint/no-deprecated" : "warn" ,
5759 } ,
5860 } ,
5961 {
Original file line number Diff line number Diff line change 2626 "devDependencies" : {
2727 "@eslint/js" : " ^9.9.1" ,
2828 "eslint" : " ^9.9.1" ,
29- "eslint-config-prettier" : " ^9.1.0 " ,
29+ "eslint-config-prettier" : " ^10.0.1 " ,
3030 "openai" : " ^4.56.0" ,
3131 "prettier" : " ^3.3.3" ,
3232 "typedoc" : " ^0.26.6" ,
You can’t perform that action at this time.
0 commit comments