-
Notifications
You must be signed in to change notification settings - Fork 4
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
}
Winter 2018, SOEN341
Concordia University, Engineering and Computer Science Department