Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize Reflame config formatting (highlight#6051)
## Summary I've been working on a new feature to programmatically update the Reflame config based on the NPM package entry points that are actually used (sneak peak [here](lewisl9029@05c4b7f)). Realized that we need to take over formatting duties for the config from individual projects' prettier configurations, or otherwise there will always be discrepancies between our programmatic updates and prettier output, leading to issues in CI. This PR formats the config according to our new standard and updates prettier configs to ignore it to prevent CI failures. Prettier's handling of jsonc files was a bit of a hack anyways (it's actually treating it as json5, which can result in subtle bugs and inconsistencies), so this should also make the formatting a bit more robust going forward. <!-- Ideally, there is an attached GitHub issue that will describe the "why". If relevant, use this section to call out any additional information you'd like to _highlight_ to the reviewer. --> ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
- Loading branch information