Files
bf-server/.vscode/settings.json
2025-07-19 11:34:01 +01:00

8 lines
190 B
JSON

{
"tslint.enable": true,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}