This commit is contained in:
David Arranz 2022-02-17 14:04:30 +01:00
parent 9623eb97e9
commit 49e43cb27a

9
.vscode/settings.json vendored Normal file
View 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"
}