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
29 changed files with 145 additions and 144 deletions
+1 -1
View File
@@ -4,8 +4,8 @@
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "bundler",
"module": "es2020",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,