From ddec5038a989faebc3d429332bb05a028203067c Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Jul 2024 17:55:04 +0900 Subject: [PATCH] Add jupyterlab dir to biome.json --- biome.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 978b1808..a9796e28 100644 --- a/biome.json +++ b/biome.json @@ -10,7 +10,9 @@ "vscode/src/**/*.tsx", "tslib/**/*.ts", "tslib/**/*.tsx", - "tslib/**/*.mjs" + "tslib/**/*.mjs", + "jupyterlab/src/**/*.ts", + "jupyterlab/src/**/*.tsx" ], "ignore": [ "optuna_dashboard/ts/components/PlotlyColorTemplates.ts",