Skip to content

Commit

Permalink
⬆️ Bump the eslint group across 1 directory with 4 updates (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 3efccff commit 6bc388b
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 265 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default tseslint.config(
},
},

// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
eslint.configs.recommended,
...tseslint.configs.strictTypeChecked,
...tseslint.configs.stylisticTypeChecked,
Expand Down Expand Up @@ -54,6 +53,9 @@ export default tseslint.config(
"@typescript-eslint/sort-type-constituents": "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"func-style": ["error", "declaration"],

// This package isn't updated for the newest `js-tiktoken` version.
"@typescript-eslint/no-deprecated": "warn",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@eslint/js": "^9.9.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"openai": "^4.56.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.6",
Expand Down
Loading

0 comments on commit 6bc388b

Please sign in to comment.