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

@@ -1 +1,29 @@
{"schema":{"properties":{"css":{"description":"Override CSS for the dashboard.","type":"string"},"dashboard_title":{"description":"A title for the dashboard.","maxLength":500,"minLength":0,"nullable":true,"type":"string"},"duplicate_slices":{"description":"Whether or not to also copy all charts on the dashboard","type":"boolean"},"json_metadata":{"description":"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.","type":"string"}},"required":["json_metadata"],"type":"object","title":"DashboardCopySchema"},"schemaType":"response"}
{
"schema": {
"properties": {
"css": {
"description": "Override CSS for the dashboard.",
"type": "string"
},
"dashboard_title": {
"description": "A title for the dashboard.",
"maxLength": 500,
"minLength": 0,
"nullable": true,
"type": "string"
},
"duplicate_slices": {
"description": "Whether or not to also copy all charts on the dashboard",
"type": "boolean"
},
"json_metadata": {
"description": "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.",
"type": "string"
}
},
"required": ["json_metadata"],
"type": "object",
"title": "DashboardCopySchema"
},
"schemaType": "response"
}