|
|
@ -1,7 +1,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
"source.fixAll.eslint": "explicit"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|