mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
31 lines
670 B
JSON
31 lines
670 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"files": {
|
|
"include": [
|
|
"optuna_dashboard/ts/**/*.ts",
|
|
"optuna_dashboard/ts/**/*.tsx",
|
|
"standalone_app/src/**/*.ts",
|
|
"standalone_app/src/**/*.tsx",
|
|
"vscode/src/**/*.ts",
|
|
"vscode/src/**/*.tsx",
|
|
"tslib/**/*.ts",
|
|
"tslib/**/*.tsx",
|
|
"tslib/**/*.mjs"
|
|
],
|
|
"ignore": [
|
|
"optuna_dashboard/ts/components/PlotlyColorTemplates.ts",
|
|
"tslib/react/src/components/PlotlyDarkMode.ts",
|
|
"tslib/**/pkg/*"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingComma": "es5",
|
|
"indentWidth": 2,
|
|
"indentStyle": "space",
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle": "double"
|
|
}
|
|
}
|
|
}
|