mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-06 17:00:30 +08:00
29 lines
636 B
JSON
29 lines
636 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"files": {
|
|
"include": [
|
|
"optuna_dashboard/ts/**/*.ts",
|
|
"optuna_dashboard/ts/**/*.tsx",
|
|
"typescript_tests/**/*.ts",
|
|
"typescript_tests/**/*.tsx",
|
|
"standalone_app/src/**/*.ts",
|
|
"standalone_app/src/**/*.tsx",
|
|
"vscode/src/**/*.ts",
|
|
"vscode/src/**/*.tsx"
|
|
],
|
|
"ignore": [
|
|
"optuna_dashboard/ts/components/PlotlyDarkMode.ts",
|
|
"standalone_app/src/PlotlyDarkMode.ts"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingComma": "es5",
|
|
"indentWidth": 2,
|
|
"indentStyle": "space",
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle": "double"
|
|
}
|
|
}
|
|
}
|