Fix lint
This commit is contained in:
parent
948f17ae4f
commit
6686142f9e
3 changed files with 6 additions and 4 deletions
|
@ -20,8 +20,8 @@ const emojiMap = require('./emoji_map.json');
|
|||
// This json file is downloaded from https://github.com/iamcal/emoji-data/
|
||||
// and is used to correct the sheet coordinates since we're using that repo's sheet
|
||||
const emojiSheetData = require('./emoji_sheet.json');
|
||||
const unicodeToFilename = require('./unicode_to_filename_s');
|
||||
const unicodeToUnifiedName = require('./unicode_to_unified_name_s');
|
||||
const { unicodeToFilename } = require('./unicode_to_filename_s');
|
||||
const { unicodeToUnifiedName } = require('./unicode_to_unified_name_s');
|
||||
|
||||
// Grabbed from `emoji_utils` to avoid circular dependency
|
||||
function unifiedToNative(unified) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue