Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(json): remove trailing commas in XamlStyler.json and consolegit2gitgilters.json #18657

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anonymByte-404
Copy link

@anonymByte-404 anonymByte-404 commented Mar 6, 2025

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

@anonymByte-404
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant