Skip to content

Setup VScode settings

anthonyle17 edited this page Apr 17, 2018 · 1 revision

Download these VScode extensions:

  • Flow language support
  • ESLINT
  • prettier

Add this to your .vscode/settings.json in workspace settings

{
    "editor.formatOnSave": true,
    "javascript.format.enable": false,
    "prettier.eslintIntegration": true,
    "flow.useNPMPackagedFlow": true,
    "javascript.validate.enable": false,
    "eslint.alwaysShowStatus": true
}

Clone this wiki locally