forked from MyEtherWallet/MyEtherWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevmoji.config.js
More file actions
21 lines (21 loc) · 830 Bytes
/
devmoji.config.js
File metadata and controls
21 lines (21 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = {
devmoji: [
{ code: 'ui', gitmoji: 'art' },
{ code: 'feature', gitmoji: 'sparkles' },
{ code: 'devop', gitmoji: 'wrench' },
{ code: 'revert', gitmoji: 'rewind' },
{ code: 'lint', gitmoji: 'card_file_box' },
{ code: 'translations', gitmoji: 'globe_with_meridians' },
{ code: 'build', gitmoji: 'green_heart' },
{ code: 'ci', gitmoji: 'green_heart' },
{ code: 'chore', gitmoji: 'construction_worker' },
{ code: 'docs', gitmoji: 'page_facing_up' },
{ code: 'feat', gitmoji: 'sparkles' },
{ code: 'fix', gitmoji: 'bug' },
{ code: 'refactor', gitmoji: 'recycle' },
{ code: 'style', gitmoji: 'art' },
{ code: 'test', gitmoji: 'white_check_mark' },
{ code: 'translation', gitmoji: 'globe_with_meridians' },
{ code: 'sentry', gitmoji: 'fire' }
]
};