2022-10-14 13:04:41 -04:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-12 21:26:17 -05:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2022-10-14 13:04:41 -04: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 13:12:37 -04:00
|
|
|
"javascript.preferences.quoteStyle": "double",
|
|
|
|
|
|
|
|
"gitlens.remotes": [
|
|
|
|
{
|
|
|
|
"domain": "codeberg.org",
|
|
|
|
"type": "Gitea"
|
|
|
|
}
|
|
|
|
]
|
2022-10-14 13:04:41 -04:00
|
|
|
}
|