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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 391 additions and 377 deletions

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"
}