fix: format E2E tests and add helpers to knip ignore

This commit is contained in:
Your Name 2026-01-23 00:26:11 +08:00
parent a9f6e1de6f
commit 56161ed2e1
4 changed files with 81 additions and 23 deletions

View file

@ -5,7 +5,7 @@
"tailwind": {
"entry": ["src/main.css"]
},
"ignore": ["src/i18n/**"],
"ignore": ["src/i18n/**", "tests/e2e/helpers.ts"],
"ignoreDependencies": [],
"ignoreExportsUsedInFile": true
}