mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
21 lines
367 B
Plaintext
21 lines
367 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
}
|
||
|
],
|
||
|
"extensions": {
|
||
|
"recommendations": [
|
||
|
"dbaeumer.vscode-eslint",
|
||
|
"editorconfig.editorconfig",
|
||
|
"esbenp.prettier-vscode",
|
||
|
"flowtype.flow-for-vscode"
|
||
|
],
|
||
|
},
|
||
|
"settings": {
|
||
|
"editor.formatOnSave": true,
|
||
|
"flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow",
|
||
|
"javascript.validate.enable": false
|
||
|
}
|
||
|
}
|