chore: Upgrade to TypeScript 5.6 (#10822)

This commit is contained in:
Iván Ovejero
2024-09-16 10:29:28 +02:00
committed by GitHub
parent db846d3235
commit 460fe14ae1
4 changed files with 430 additions and 427 deletions

View File

@@ -115,6 +115,7 @@ export class E2EController {
) {
license.isFeatureEnabled = (feature: BooleanLicenseFeature) =>
this.enabledFeatures[feature] ?? false;
// @ts-expect-error Overriding method
// eslint-disable-next-line @typescript-eslint/unbound-method
license.getFeatureValue<NumericLicenseFeature> = (feature: NumericLicenseFeature) =>
this.numericFeatures[feature] ?? UNLIMITED_LICENSE_QUOTA;