[Refactor] Standardise code style - modern JS (#636)

Uses unicorn rules to auto-refactor code.  All verified.
This commit is contained in:
filtered
2025-02-28 00:13:32 +11:00
committed by GitHub
parent 6737828a2b
commit 97bf9de83a
8 changed files with 50 additions and 70 deletions

View File

@@ -33,8 +33,8 @@ export class KnobWidget extends BaseWidget implements IKnobWidget {
return {
minHeight: 60,
minWidth: 20,
maxHeight: 1000000,
maxWidth: 1000000,
maxHeight: 1_000_000,
maxWidth: 1_000_000,
}
}