16 lines
517 B
JSON
16 lines
517 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[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",
|
|
"javascript.preferences.quoteStyle": "double"
|
|
}
|