11 lines
300 B
JSON
11 lines
300 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.organizeImports": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"eslint.validate": ["javascript", "typescript", "typescriptreact"],
|
|
"eslint.alwaysShowStatus": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|