FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
One-step-admin_basic/.vscode/settings.json at main · feiok/One-step-admin_basic · GitHub
feiok
/
One-step-admin_basic
Public template
forked from
one-step-admin/basic
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
One-step-admin_basic
/
.vscode
/
settings.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 517 Bytes
Breadcrumbs
One-step-admin_basic
/
.vscode
/
settings.json
Copy path
File metadata and controls
28 lines (28 loc) · 517 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
{
"eslint.useFlatConfig"
:
true
,
"prettier.enable"
:
false
,
"editor.formatOnSave"
:
false
,
"editor.codeActionsOnSave"
: {
"source.fixAll.eslint"
:
"
explicit
"
,
"source.fixAll.stylelint"
:
"
explicit
"
,
"source.organizeImports"
:
"
never
"
},
"stylelint.validate"
: [
"
css
"
,
"
postcss
"
,
"
scss
"
,
"
vue
"
],
"eslint.validate"
: [
"
javascript
"
,
"
javascriptreact
"
,
"
typescript
"
,
"
typescriptreact
"
,
"
vue
"
,
"
html
"
,
"
markdown
"
,
"
json
"
,
"
jsonc
"
,
"
yaml
"
]
}
Back
|
FazBrowse Home
|
New Git URL