Skip to content

Commit

Permalink
chore: fix json parsing with biome
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 2, 2024
1 parent 80655f3 commit b235293
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"indentWidth": 2,
"indentStyle": "space"
},
"json": {
"parser": {
"allowComments": true
}
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded",
Expand Down

0 comments on commit b235293

Please sign in to comment.