3 Commits

Author SHA1 Message Date
Emrik Östling
a64eaa3fc0 Merge pull request #391 from C4illin/copilot/fix-68d2749d-16f6-4f00-8ba6-58b411cc0c98 2025-08-21 15:56:07 +02:00
copilot-swe-agent[bot]
a63651f715 Fix linting issues: configure knip for test files and fix prettier formatting
Co-authored-by: C4illin <20753603+C4illin@users.noreply.github.com>
2025-08-21 13:34:04 +00:00
copilot-swe-agent[bot]
bb67b708e7 Initial plan 2025-08-21 13:25:41 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["tests/**/*.test.ts"],
"project": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts"],
"tailwind": {
"entry": ["src/main.css"]

View File

@@ -56,4 +56,4 @@
"@parcel/watcher",
"@tailwindcss/oxide"
]
}
}