{ "editor.codeActionsOnSave": { "source.fixAll": true }, "editor.formatOnSave": true, "typescript.preferences.quoteStyle": "single", "javascript.preferences.quoteStyle": "single", "prettier.singleQuote": true, "prettier.trailingComma": "none", "prettier.semi": false }