This commit is contained in:
David Arranz 2024-01-22 18:24:01 +01:00
parent ea86fd1f67
commit c1ac7949ee

View File

@ -3,7 +3,9 @@
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange"
}