chore(web): order json files alphabetically (#10076)

This commit is contained in:
Zack Pollard
2024-06-10 14:37:21 +01:00
committed by GitHub
parent 2f25a8a437
commit 22a0b4d900
36 changed files with 391 additions and 377 deletions
+2 -2
View File
@@ -1,5 +1,4 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
@@ -13,5 +12,6 @@
"strict": true,
"target": "es2020",
"types": ["vitest/globals"]
}
},
"extends": "./.svelte-kit/tsconfig.json"
}