Created
May 29, 2018 14:11
-
-
Save gijun19/4c3f7e3c029eb5f1bedffab8d0228d5b to your computer and use it in GitHub Desktop.
VSCode workspace settings for React, Prettier, ESlint, and Flow.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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