Skip to content

Instantly share code, notes, and snippets.

@Lazhari
Created May 6, 2018 22:13
Show Gist options
  • Save Lazhari/1a8558346c4f436844dc0bb053877e8a to your computer and use it in GitHub Desktop.
Save Lazhari/1a8558346c4f436844dc0bb053877e8a to your computer and use it in GitHub Desktop.
Visual Studio Code, Enable Emmet for create-react-app
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment