[PR #18657] fix(json): remove trailing commas in XamlStyler.json and consolegit2gitgilters.json #31584

Open
opened 2026-01-31 09:48:12 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18657

State: closed
Merged: No


Summary of the Pull Request

This PR removes trailing commas from XamlStyler.json and consolegit2gitfilters.json, ensuring they follow valid JSON syntax. Trailing commas are not allowed in JSON and could cause parsing errors.

Detailed Description of the Pull

  • Removed the trailing commas from:
    • XamlStyler.json
    • consolegit2gitfilters.json
  • Ensured that both files now comply with proper JSON syntax
  • Prevents potential issues with JSON parsing in tools or scripts that depend on these files.

PR Checklist

  • Tests added/passed
  • Closes #xxx
  • Documentation updated
  • Schema updated
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18657 **State:** closed **Merged:** No --- ## Summary of the Pull Request This PR removes trailing commas from `XamlStyler.json` and `consolegit2gitfilters.json`, ensuring they follow valid JSON syntax. Trailing commas are not allowed in JSON and could cause parsing errors. ## Detailed Description of the Pull - Removed the trailing commas from: - `XamlStyler.json` - `consolegit2gitfilters.json` - Ensured that both files now comply with proper JSON syntax - Prevents potential issues with JSON parsing in tools or scripts that depend on these files. ## PR Checklist - [x] Tests added/passed - [ ] Closes #xxx - [ ] Documentation updated - [ ] Schema updated
claunia added the pull-request label 2026-01-31 09:48:12 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31584