2022-10-14 19:04:41 +02:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-13 03:26:17 +01:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2022-10-14 19:04:41 +02:00
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"javascript.format.semicolons": "insert",
|
|
|
|
"typescript.format.semicolons": "insert",
|
|
|
|
"typescript.preferences.quoteStyle": "double",
|
2023-05-31 19:12:37 +02:00
|
|
|
"javascript.preferences.quoteStyle": "double",
|
|
|
|
|
|
|
|
"gitlens.remotes": [
|
|
|
|
{
|
|
|
|
"domain": "codeberg.org",
|
|
|
|
"type": "Gitea"
|
|
|
|
}
|
2024-06-01 12:48:57 +02:00
|
|
|
],
|
|
|
|
"i18n-ally.namespace": true,
|
|
|
|
"i18n-ally.localesPaths": ["./translations"],
|
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
|
"i18n-ally.extract.keygenStyle": "camelCase",
|
|
|
|
"i18n-ally.sortKeys": true
|
2022-10-14 19:04:41 +02:00
|
|
|
}
|