Files
bf-server/.vscode/settings.json

8 lines
190 B
JSON
Raw Normal View History

2021-04-09 23:15:58 +05:30
{
"tslint.enable": true,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
2025-07-19 11:17:53 +01:00
"source.fixAll.eslint": "explicit"
2021-04-09 23:15:58 +05:30
}
}