Skip to content

Commit

Permalink
add Emoji extension (#11)
Browse files Browse the repository at this point in the history
* add Emoji extension

* extension(emoji): add recently used list

* address feedback

* add emoji icon
  • Loading branch information
FezVrasta authored Oct 15, 2021
1 parent bb30286 commit 7f18752
Show file tree
Hide file tree
Showing 7 changed files with 8,171 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/emoji/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
4 changes: 4 additions & 0 deletions extensions/emoji/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/emoji/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f18752

Please sign in to comment.