mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
feat(build): migrate from Prettier to Oxfmt for docs
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -1 +1,13 @@
|
||||
{"schema":{"properties":{"children":{"items":"circular(Tab)","type":"array"},"parents":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"value":{"type":"string"}},"type":"object","title":"Tab"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"children": { "items": "circular(Tab)", "type": "array" },
|
||||
"parents": { "items": { "type": "string" }, "type": "array" },
|
||||
"title": { "type": "string" },
|
||||
"value": { "type": "string" }
|
||||
},
|
||||
"type": "object",
|
||||
"title": "Tab"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user