Skip to content

Instantly share code, notes, and snippets.

@gijun19
Created May 29, 2018 14:11
Show Gist options
  • Save gijun19/4c3f7e3c029eb5f1bedffab8d0228d5b to your computer and use it in GitHub Desktop.
Save gijun19/4c3f7e3c029eb5f1bedffab8d0228d5b to your computer and use it in GitHub Desktop.
VSCode workspace settings for React, Prettier, ESlint, and Flow.
{
"editor.formatOnSave": true,
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"javascript.format.enable": false,
"prettier.eslintIntegration": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment