Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created July 11, 2018 09:14
Show Gist options
  • Save daniele-zurico/1824bc2831a32f38252b0a62938cfad0 to your computer and use it in GitHub Desktop.
Save daniele-zurico/1824bc2831a32f38252b0a62938cfad0 to your computer and use it in GitHub Desktop.
{
"javascript.validate.enable": false,
"flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow",
"flow.stopFlowOnExit": true,
"flow.enabled": true,
"flow.useNPMPackagedFlow": false,
"flow.showStatus": true,
"flow.showUncovered": false,
"flow.runOnEdit": true,
"flow.useLSP": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment