Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
feat: 🎸 alphasort types; fix: json fetch spacing; fun: 💚️💛️❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Mar 3, 2021
1 parent 062dba7 commit fa57f99
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 545 deletions.
2 changes: 1 addition & 1 deletion data/gitmoji/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/questions/type.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const typeToListItem = ({types, disableEmoji}, type) => {
* @param {string[]} config The whole config.
*/
const findType = function (substring, config) {
// @note Can add fields to type if this should be ordered, hidden and remove list
// @note Can add fields to type if this should be ordered, hidden
const types = Object.keys(config.types).map((type) => config.types[type].value);

return Promise.resolve(
Expand Down
Loading

0 comments on commit fa57f99

Please sign in to comment.