1
0
forked from baron/baron-sso

chore: ignore playwright artifacts in biome and fix minor devfront imports

This commit is contained in:
2026-03-27 21:27:03 +09:00
parent 2e14c9d6fe
commit 809ece6a68
5 changed files with 17 additions and 5 deletions

View File

@@ -18,6 +18,12 @@
"enabled": true
},
"files": {
"ignore": ["dist", "node_modules", "tsconfig*.json"]
"ignore": [
"dist",
"node_modules",
"tsconfig*.json",
"test-results",
"playwright-report"
]
}
}