Skip to content

Commit 207c2fe

Browse files
susnuxShGKme
andauthored
chore: adjust code style
Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 59c97fb commit 207c2fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const translations = readdirSync('./l10n')
1717
// compress the translations
1818
const translations = Object.entries(json.translations[''])
1919
.filter(([key]) => key)
20-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
21-
.map(([_, value]) => value)
20+
.map(([, value]) => value)
2221

2322
return {
2423
language,

0 commit comments

Comments
 (0)