We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb85b9 commit d80ed95Copy full SHA for d80ed95
‎eslint.config.js
@@ -9,7 +9,6 @@ export default tseslint.config(
9
},
10
11
12
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
13
eslint.configs.recommended,
14
...tseslint.configs.strictTypeChecked,
15
...tseslint.configs.stylisticTypeChecked,
@@ -54,6 +53,9 @@ export default tseslint.config(
54
53
"@typescript-eslint/sort-type-constituents": "error",
55
"@typescript-eslint/switch-exhaustiveness-check": "error",
56
"func-style": ["error", "declaration"],
+
57
+ // This package isn't updated for the newest `js-tiktoken` version.
58
+ "@typescript-eslint/no-deprecated": "warn",
59
60
61
{
0 commit comments