chore: upgrade TS 5.2 -> 5.7.3 & ESLint to 9.20.1 (#4032)
* chore: upgrade TS 5.2 -> 5.7.3 * vite dts fix * lint fix * resolutions fix * ui comp build fix * precommit fix? * latest eslint version * autoloader fix * undo unnecessary viewer change * eslint fixes fe2 + trying disabled type linting * lint fixes
This commit is contained in:
committed by
GitHub
parent
d074aed010
commit
1d2a594f0a
@@ -205,6 +205,7 @@ export class Serializer implements IDisposable {
|
||||
return res.traversed
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
||||
throw new Error(`Unsupported type '${typeof value}': ${value}.`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user