누락된 @eslint/js 패키지 추가

This commit is contained in:
static
2026-01-04 01:50:02 +09:00
parent 30c56e0926
commit cf0f8fe0b9
8 changed files with 111 additions and 107 deletions

View File

@@ -23,7 +23,7 @@
);
return Array.from(groups.entries())
.sort(([dateA], [dateB]) => dateB.localeCompare(dateA))
.flatMap(([_, entries]) => {
.flatMap(([, entries]) => {
const sortedEntries = [...entries];
sortEntries(sortedEntries, SortBy.DATE_DESC);