chore: update eslint to 9 (#1801)

This commit is contained in:
Tobias Åström
2025-09-08 16:01:30 +02:00
committed by GitHub
parent ba898a4480
commit 2c937f15f5
8 changed files with 370 additions and 297 deletions

View File

@@ -1,4 +1,5 @@
#! /usr/bin/env node
/* eslint no-underscore-dangle: 0 */
import { globbySync } from 'globby';
import { fileURLToPath } from 'url';
import fs from 'fs';
@@ -49,7 +50,6 @@ for (const fileName of LOCALES_FILES) {
acc[key].locale = {};
}
acc[key].locale[locale] = content[curr].value;
const localeObj = acc[key].locale[locale];
return acc;
}, merged);
}