Skip to content

Instantly share code, notes, and snippets.

@1isten
Last active September 26, 2020 06:27
Show Gist options
  • Save 1isten/dc3a07361d8a970bfc5205f925b6da9f to your computer and use it in GitHub Desktop.
Save 1isten/dc3a07361d8a970bfc5205f925b6da9f to your computer and use it in GitHub Desktop.
VS Code CSS snippets
{
"esdisable": {
"prefix": "esdis",
"body": [
"// eslint-disable-next-line "
],
"description": "eslint-disable-next-line"
}
}
{
"$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