mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 05:00:03 +00:00
style: reformat codebase with oxfmt
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"global.d.ts"
|
||||
],
|
||||
"include": ["src/**/*.ts", "global.d.ts"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
@@ -19,4 +16,4 @@
|
||||
"**/*.test.ts",
|
||||
"src/components/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user