Last active
September 26, 2020 06:27
-
-
Save 1isten/dc3a07361d8a970bfc5205f925b6da9f to your computer and use it in GitHub Desktop.
VS Code CSS snippets
This file contains hidden or 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
{ | |
"esdisable": { | |
"prefix": "esdis", | |
"body": [ | |
"// eslint-disable-next-line " | |
], | |
"description": "eslint-disable-next-line" | |
} | |
} |
This file contains hidden or 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
{ | |
"$t": { | |
"prefix": "t", | |
"body": [ | |
"{{ $$t('$2') }}" | |
], | |
"description": "vue i18n" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment