Skip to content

Commit

Permalink
lint fixes (frontend-shared)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Jan 24, 2025
1 parent fa7e4f0 commit e62880e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend-shared/js/embed-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//#region Embed関連の定義

/** 埋め込みの対象となるエンティティ(/embed/xxx の xxx の部分と対応させる) */
const embeddableEntities = [
export const embeddableEntities = [
'notes',
'user-timeline',
'clips',
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/js/emojilist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type UnicodeEmojiDef = {
name: string;
char: string;
category: typeof unicodeEmojiCategories[number];
}
};

// initial converted from https://github.com/muan/emojilib/commit/242fe68be86ed6536843b83f7e32f376468b38fb
import _emojilist from './emojilist.json';
Expand Down

0 comments on commit e62880e

Please sign in to comment.