update webfontlist.json

This commit is contained in:
Amruth Pillai
2026-04-09 15:15:08 +02:00
parent 8c968e92f4
commit 0e858c5967
3 changed files with 4 additions and 7508 deletions
+1 -4
View File
@@ -1,12 +1,9 @@
{
"[typescript]": {
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.oxc": "explicit"
},
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"files.associations": {
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -176,7 +176,7 @@ const config = defineConfig({
fmt: {
printWidth: 120,
ignorePatterns: ["routeTree.gen.ts", "docs/changelog/index.mdx"],
ignorePatterns: ["webfontlist.json", "routeTree.gen.ts", "docs/changelog/index.mdx"],
sortPackageJson: {
sortScripts: true,
},
@@ -199,7 +199,7 @@ const config = defineConfig({
lint: {
env: { builtin: true },
ignorePatterns: ["routeTree.gen.ts"],
ignorePatterns: ["webfontlist.json", "routeTree.gen.ts"],
options: { typeAware: true, typeCheck: true },
settings: {
react: {