From 44fc5f7cb0db371b5c3e4c4d932c71b96b59723f Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 3 Apr 2024 11:07:40 +0900 Subject: [PATCH] Update ignore files config in biome.json --- biome.json | 1 - 1 file changed, 1 deletion(-) diff --git a/biome.json b/biome.json index c30b7bc9..779fa46f 100644 --- a/biome.json +++ b/biome.json @@ -15,7 +15,6 @@ "ignore": [ "optuna_dashboard/ts/components/PlotlyColorTemplates.ts", "tslib/react/src/components/PlotlyDarkMode.ts", - "standalone_app/src/PlotlyDarkMode.ts", "tslib/**/pkg/*" ] },