chore(biome): ignore report.html (#55996)

This commit is contained in:
thinkasany
2025-11-30 13:54:30 +08:00
committed by GitHub
parent b933425527
commit 8742fec2dd
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"includes": [ "includes": [
"**", "**",
"!.dumi/tmp*", "!.dumi/tmp*",
"!report.html",
"!.dumi/scripts/clarity.js", "!.dumi/scripts/clarity.js",
"!dist/*", "!dist/*",
"!es/**/*", "!es/**/*",

View File

@@ -164,7 +164,7 @@
"@ant-design/x": "^1.6.1", "@ant-design/x": "^1.6.1",
"@antfu/eslint-config": "^6.0.0", "@antfu/eslint-config": "^6.0.0",
"@antv/g6": "^4.8.25", "@antv/g6": "^4.8.25",
"@biomejs/biome": "^2.2.5", "@biomejs/biome": "^2.3.8",
"@blazediff/core": "^1.4.0", "@blazediff/core": "^1.4.0",
"@codecov/webpack-plugin": "^1.9.1", "@codecov/webpack-plugin": "^1.9.1",
"@codesandbox/sandpack-react": "^2.20.0", "@codesandbox/sandpack-react": "^2.20.0",