Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
{ | |
"Use state": { | |
"scope": "javascriptreact,typescriptreact", | |
"prefix": "ush", | |
"body": [ | |
"let [${1}, set${1/(.*)/${1:/capitalize}/}] = useState($2);", | |
], | |
"description": "useState()" | |
} | |
} |
{ | |
"Range of numbers": { | |
"scope": "javascriptreact,typescriptreact", | |
"prefix": "range", | |
"body": [ | |
"{[...Array($1).keys()].map((i) => (", | |
" <$2 key={i}>", | |
" $3", | |
" </$2>", | |
"))}", |
const reset = { | |
op: "filters", | |
}; | |
const vaporwave = { | |
op: "filters", | |
equalizer: [ | |
{ band: 1, gain: 0.3 }, | |
{ band: 0, gain: 0.3 }, | |
], | |
timescale: { pitch: 0.5 }, |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |