From 6a619ce32cefd08a2f5833b0bc4594d5f064d41d Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 22 Apr 2024 18:57:15 +0200 Subject: [PATCH] (lint) --- locale/pl/calendar/events.js | 4 ++-- src/stats.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/pl/calendar/events.js b/locale/pl/calendar/events.js index 021d05051..94af84f5c 100644 --- a/locale/pl/calendar/events.js +++ b/locale/pl/calendar/events.js @@ -11,14 +11,14 @@ const loadMiastaMaszerujace = (filename) => { 'LGBTQ', e.date.month, dayYear(e.date.day, e.date.year), - EventLevel.Day + EventLevel.Day, ); }); } catch (e) { console.warn(e); return []; } -} +}; export default [ // --- months --- diff --git a/src/stats.ts b/src/stats.ts index 0148caf4f..638deff9a 100644 --- a/src/stats.ts +++ b/src/stats.ts @@ -178,7 +178,7 @@ export const calculateStats = async ( const translations = loadSumlFromBase(`locale/${locale}/translations`) as Translations; const config = loadSumlFromBase(`locale/${locale}/config`) as Config; const missingTranslations = listMissingTranslations(translations, baseTranslations, config) - .filter(k => !k.startsWith('flags_alt.')) + .filter((k) => !k.startsWith('flags_alt.')) .length; stats.push({