chore(deps): update lint (#3372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
renovate[bot] 2025-09-08 10:34:02 +09:00 committed by GitHub
parent 7b747780b6
commit e986c03f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 376 additions and 254 deletions

View file

@ -7,7 +7,7 @@ import { flatten } from 'flat'
import { countryLocaleVariants, currentLocales } from '../config/i18n'
export const localeData: [code: string, file: string[], title: string][]
= currentLocales.map((l: any) => [l.code, l.files ? l.files : [l.file!], l.name ?? l.code])
= currentLocales.map((l: any) => [l.code, l.files ? l.files : [l.file!], l.name ?? l.code])
function merge(src: Record<string, any>, dst: Record<string, any>) {
for (const key in src) {