feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)

This commit is contained in:
Đỗ Trọng Hải
2026-08-04 00:27:05 +07:00
committed by GitHub
parent 10f7927603
commit e4ef84ca72
2328 changed files with 90728 additions and 32682 deletions

View File

@@ -30,11 +30,7 @@ The TableCollection component from Superset's UI library.
## Live Example
<StoryWithControls
component="TableCollection"
props={{}}
controls={[]}
/>
<StoryWithControls component="TableCollection" props={{}} controls={[]} />
## Try It
@@ -44,14 +40,12 @@ Edit the code below to experiment with the component:
function Demo() {
return (
<TableCollection
// Add props here
// Add props here
/>
);
}
```
---
:::tip[Improve this page]