FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react/react.code-workspace at main · react/react · GitHub
react
/
react
Public
Notifications
You must be signed in to change notification settings
Fork
51.4k
Star
251k
Code
Issues
861
Pull requests
517
Actions
Security and quality
8
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
react
/
react.code-workspace
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 670 Bytes
Breadcrumbs
react
/
react.code-workspace
Copy path
File metadata and controls
30 lines (30 loc) · 670 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"folders"
: [
{
"path"
:
"
.
"
}
],
"extensions"
: {
"recommendations"
: [
"
dbaeumer.vscode-eslint
"
,
"
editorconfig.editorconfig
"
,
"
esbenp.prettier-vscode
"
,
"
flowtype.flow-for-vscode
"
]
},
"settings"
: {
"search.exclude"
: {
"**/dist/**"
:
true
,
"**/build/**"
:
true
,
"**/out/**"
:
true
,
"*.map"
:
true
,
"*.log"
:
true
},
"javascript.validate.enable"
:
false
,
"editor.formatOnSave"
:
true
,
"editor.defaultFormatter"
:
"
esbenp.prettier-vscode
"
,
"flow.pathToFlow"
:
"
${workspaceFolder}/node_modules/.bin/flow
"
,
"prettier.configPath"
:
"
"
,
"prettier.ignorePath"
:
"
"
}
}
Back
|
FazBrowse Home
|
New Git URL