From a63651f715296dda09df27c0ac01296cfcf178d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:34:04 +0000 Subject: [PATCH] Fix linting issues: configure knip for test files and fix prettier formatting Co-authored-by: C4illin <20753603+C4illin@users.noreply.github.com> --- knip.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/knip.json b/knip.json index 160e87c..bee52f8 100644 --- a/knip.json +++ b/knip.json @@ -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"] diff --git a/package.json b/package.json index a6447f3..c449b41 100644 --- a/package.json +++ b/package.json @@ -56,4 +56,4 @@ "@parcel/watcher", "@tailwindcss/oxide" ] -} \ No newline at end of file +}