chore(web): enable prettier json key sorting recursively (#10120)

This commit is contained in:
Zack Pollard 2024-06-11 12:52:20 +01:00 committed by GitHub
parent 3c15dae341
commit 1767ed2192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 145 additions and 144 deletions

View file

@ -4,8 +4,8 @@
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "bundler",
"module": "es2020",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,