Skip to content

Commit 6bc388b

Browse files
⬆️ Bump the eslint group across 1 directory with 4 updates (#85)
1 parent 3efccff commit 6bc388b

File tree

3 files changed

+211
-265
lines changed

3 files changed

+211
-265
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
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",

0 commit comments

Comments
 (0)