Skip to content

Commit

Permalink
Configure Biome to handle JSONC tsconfig.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Oct 24, 2024
1 parent 94e96b6 commit f48d54d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,24 @@

"bracketSpacing": false
}
}
},
"overrides": [
{
"include": [
"tsconfig-build.json",
"tsconfig-common.json",
"tsconfig-shared.json",
"tsconfig.json"
],
"json": {
"formatter": {
"trailingCommas": "all"
},
"parser": {
"allowTrailingCommas": true,
"allowComments": true
}
}
}
]
}

0 comments on commit f48d54d

Please sign in to comment.