Skip to content

Commit 55c7449

Browse files
cmdcolinclaude
andcommitted
update typescript to latest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ffca6f3 commit 55c7449

4 files changed

Lines changed: 278 additions & 31 deletions

File tree

eslint.config.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ export default defineConfig(
4545
'unicorn/prefer-spread': 'off',
4646
'unicorn/expiring-todo-comments': 'off',
4747

48-
'@typescript-eslint/no-explicit-any': 'off',
49-
'@typescript-eslint/explicit-module-boundary-types': 'off',
50-
'@typescript-eslint/ban-ts-comment': 'off',
48+
'@typescript-eslint/no-explicit-any': 'warn',
49+
'@typescript-eslint/ban-ts-comment': [
50+
'error',
51+
{ 'ts-expect-error': 'allow-with-description', 'ts-ignore': true },
52+
],
5153

5254
'import/no-unresolved': 'off',
5355
'import/extensions': ['error', 'ignorePackages'],

jest.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prettier": "^3.8.1",
5252
"puppeteer": "^24.0.0",
5353
"rimraf": "^6.0.1",
54-
"typescript": "^5.7.0",
54+
"typescript": "^5.9.3",
5555
"typescript-eslint": "^8.53.1",
5656
"vitest": "^4.0.18"
5757
},

0 commit comments

Comments
 (0)