1
0
Fork 0
forked from gitea/nas

chore(deps): update eslint (non-major) (#33061)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot] 2025-03-06 14:55:44 +01:00 committed by GitHub
parent 64719aa4ee
commit d2ce9a6064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 814 additions and 658 deletions

View file

@ -9,12 +9,13 @@ import type {
import emojiCompressed from './emoji_compressed';
import { unicodeToFilename } from './unicode_to_filename';
type UnicodeMapping = {
[key in FilenameData[number][0]]: {
type UnicodeMapping = Record<
FilenameData[number][0],
{
shortCode: ShortCodesToEmojiDataKey;
filename: FilenameData[number][number];
};
};
}
>;
const [
shortCodesToEmojiData,