Skip to content

Commit 66b054d

Browse files
committed
Updated again
this time `docusaurus-plugin-typedoc-api` has been upgraded to work with latest `docusaurus`, so I updated both of those, and I noticed that we can actually upgrade to typescript 5.5 as we get some warnings from underlying typedoc used by plugin, but website still compiles fine. So everything upgraded except eslint, not all of our plugins support v9 even with new flat config file format disabled.
1 parent 58c8795 commit 66b054d

File tree

4 files changed

+489
-884
lines changed

4 files changed

+489
-884
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ module.exports = {
431431
'tsdoc/syntax': 'error',
432432

433433
//////////////////////////////////////////////////////////////////////////
434-
// `@typescript-eslint/eslint-plugin` rule list based on `v5.5.x`
434+
// `@typescript-eslint/eslint-plugin` rule list based on `v8.4.x`
435435
//////////////////////////////////////////////////////////////////////////
436436

437437
// Supported Rules
@@ -472,6 +472,7 @@ module.exports = {
472472
'@typescript-eslint/no-base-to-string': 'error',
473473
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
474474
'@typescript-eslint/no-confusing-void-expression': 'off', // TODO: enable with ignoreArrowShorthand
475+
'@typescript-eslint/no-deprecated': 'off',
475476
'@typescript-eslint/no-dupe-class-members': 'error',
476477
'@typescript-eslint/no-duplicate-enum-values': 'error',
477478
'@typescript-eslint/no-duplicate-type-constituents': 'error',

0 commit comments

Comments
 (0)