[Glitch] Upgrade to ESLint v9 flat config

Port e8270e2807 to glitch-soc

Co-authored-by: Nick Schonning <nschonni@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-04-01 18:30:18 +02:00
committed by Claire
parent e0406fcf02
commit 07d1625786
8 changed files with 6 additions and 17 deletions

View File

@@ -68,7 +68,7 @@ function loaded() {
if (id) message = localeData[id];
if (!message) message = defaultMessage as string;
message ??= defaultMessage as string;
const messageFormat = new IntlMessageFormat(message, locale);
return messageFormat.format(values) as string;