Update package name, adjust Biome config, and fix import order in e2e tests

This commit is contained in:
2026-01-04 23:43:13 +01:00
parent 3d2a92d283
commit 403e2ca922
3 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": true,
"includes": ["**", "!node_modules", "!.next", "!dist", "!build"]
"includes": ["**", "!node_modules", "!dist", "!build"]
},
"formatter": {
"enabled": true,
@@ -20,6 +20,9 @@
"recommended": true,
"suspicious": {
"noUnknownAtRules": "off"
},
"style": {
"useImportType": "off"
}
},
"domains": {