Files
WeatherTool/web/.vscode/settings.json
T
2025-02-02 23:33:15 +02:00

7 lines
250 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"javascript.format.semicolons": "remove",
"typescript.format.semicolons": "remove"
}