ci: Add check for formatting default.json (#30034)

This PR adds a check in CI to ensure that `assets/settings/default.json`
is formatted consistently.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-06 14:55:26 -04:00 committed by GitHub
parent bd11bb5409
commit 5002156e32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 1 deletions

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"printWidth": 120
}