Skip to content

Commit

Permalink
chore(prettier): don't put trailing commas in devcontainer.json (tail…
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery authored Feb 4, 2024
1 parent 1da2c4f commit 7293564
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"options": {
"printWidth": 200
}
},
{
"files": ["devcontainer.json"],
"options": {
"trailingComma": "none"
}
}
]
}

0 comments on commit 7293564

Please sign in to comment.