Skip to content

Commit

Permalink
Trunk: Trailing commas begone! (meshtastic#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 authored Feb 12, 2025
1 parent eb650a6 commit 495f69c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .trunk/configs/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": "userPrefs.jsonc",
"options": {
"trailingComma": "none"
}
}
]
}

0 comments on commit 495f69c

Please sign in to comment.