{ "javascript": { // This is taken from the Google TS style guide: // https://github.com/google/gts/blob/main/.prettierrc.json "formatter": { "bracketSpacing": false, "quoteStyle": "single", "trailingCommas": "all", "arrowParentheses": "asNeeded" } } }