.
This commit is contained in:
parent
ea86fd1f67
commit
c1ac7949ee
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -3,7 +3,9 @@
|
|||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.fontWeight": "500",
|
"editor.fontWeight": "500",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": "explicit"
|
||||||
|
},
|
||||||
"eslint.alwaysShowStatus": true,
|
"eslint.alwaysShowStatus": true,
|
||||||
"files.autoSave": "onFocusChange"
|
"files.autoSave": "onFocusChange"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user