Files
blitzcrank/biome.jsonc

13 lines
275 B
JSON

{
"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"
}
}
}