Skip to content

Commit

Permalink
chore(biome): ignore package.json (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodelamo authored Dec 3, 2024
1 parent 1660862 commit f551884
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
"formatter": {
"quoteStyle": "double"
}
}
},
"overrides": [
{
"include": ["**/package.json"],
"formatter": {
"lineWidth": 1
}
}
]
}

0 comments on commit f551884

Please sign in to comment.