FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fe-optimization-demo/.vscode/settings.json at main · JuniorTour/fe-optimization-demo · GitHub
JuniorTour
/
fe-optimization-demo
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
12
Code
Issues
1
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fe-optimization-demo
/
.vscode
/
settings.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 503 Bytes
Breadcrumbs
fe-optimization-demo
/
.vscode
/
settings.json
Copy path
File metadata and controls
20 lines (20 loc) · 503 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
{
"search.exclude"
: {
"**/.git"
:
true
,
"**/node_modules"
:
true
,
"**/package-lock.json"
:
true
,
"**/yarn.lock"
:
true
,
"**/.eslintrc.js"
:
true
},
"css.lint.unknownAtRules"
:
"
ignore
"
,
"editor.multiCursorModifier"
:
"
ctrlCmd
"
,
"editor.tabSize"
:
2
,
"eslint.packageManager"
:
"
npm
"
,
"files.autoSave"
:
"
onFocusChange
"
,
"breadcrumbs.enabled"
:
true
,
"git.enableSmartCommit"
:
true
,
"git.autofetch"
:
true
,
"editor.codeActionsOnSave"
: {
"source.fixAll.eslint"
:
true
}
}
Back
|
FazBrowse Home
|
New Git URL