.
This commit is contained in:
parent
9623eb97e9
commit
49e43cb27a
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"editor.fontFamily": "'Fira Code'",
|
||||||
|
"editor.fontLigatures": true,
|
||||||
|
"editor.fontWeight": "500",
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
|
||||||
|
"eslint.alwaysShowStatus": true,
|
||||||
|
"files.autoSave": "onFocusChange"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user