Add jupyterlab dir to biome.json

This commit is contained in:
porink0424
2024-07-10 17:55:04 +09:00
parent e7e64588c2
commit ddec5038a9
+3 -1
View File
@@ -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",