Skip to content

Commit d80ed95

Browse files
committed
🚨 Downgrade @typescript-eslint/no-deprecated
1 parent 4cb85b9 commit d80ed95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎eslint.config.js

+3-1
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)