Emoji | Purpose | MD Markup | Prefix |
---|---|---|---|
📄 | Generic message | :page_facing_up: |
|
📐 | Improve the format / structure of the code / files | :triangular_ruler: |
[IMPROVE]: |
⚡ | Improve performance | :zap: |
[IMPROVE]: |
🚀 | Improve something (anything) | :rocket: |
[IMPROVE]: |
📝 | Write docs | :memo: |
[PROD]: |
💡 | New idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TS React Dual Export": { | |
"prefix": "rfac", | |
"body": [ | |
"import React from \"react\"", | |
"", | |
"export type Props = {", | |
"", | |
"}", | |
"", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"useClassnames": { | |
"prefix": "useClassnames", | |
"body": [ | |
"const [classNames, rest] = useClassnames(\"\", props);" | |
], | |
"description": "Creates a useClassnames hook, with its default return array" | |
}, |