app2-api/.vscode/settings.json

11 lines
265 B
JSON
Raw Normal View History

2022-02-17 13:04:30 +00:00
{
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.formatOnSave": true,
2024-01-22 17:24:01 +00:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
2022-02-17 13:04:30 +00:00
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange"
}