2022-10-14 17:04:41 +00:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-13 02:26:17 +00:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2022-10-14 17:04:41 +00: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 17:12:37 +00:00
|
|
|
"javascript.preferences.quoteStyle": "double",
|
|
|
|
|
2024-06-05 23:19:53 +00:00
|
|
|
"eslint.experimental.useFlatConfig": false,
|
|
|
|
|
2023-05-31 17:12:37 +00:00
|
|
|
"gitlens.remotes": [
|
|
|
|
{
|
|
|
|
"domain": "codeberg.org",
|
|
|
|
"type": "Gitea"
|
|
|
|
}
|
2024-06-01 10:48:57 +00:00
|
|
|
],
|
|
|
|
"i18n-ally.namespace": true,
|
|
|
|
"i18n-ally.localesPaths": ["./translations"],
|
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
|
"i18n-ally.extract.keygenStyle": "camelCase",
|
2024-06-03 17:31:56 +00:00
|
|
|
"i18n-ally.sortKeys": true,
|
|
|
|
"i18n-ally.keystyle": "nested"
|
2022-10-14 17:04:41 +00:00
|
|
|
}
|