WIP: Format code with Google Typescript formatting guidelines
This commit is contained in:
12
biome.jsonc
Normal file
12
biome.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user