Skip to content

Instantly share code, notes, and snippets.

@tangoslee
Last active November 1, 2018 16:58
Show Gist options
  • Save tangoslee/806f7a415a8470a1304c94b201a709eb to your computer and use it in GitHub Desktop.
Save tangoslee/806f7a415a8470a1304c94b201a709eb to your computer and use it in GitHub Desktop.
vue single quote & tailling comma
{
"trailingComma": "es5",
"semi": true, // trailing ;
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment