Skip to content

Commit

Permalink
Merge pull request #12 from ej-shafran/chore-fix-knip-config
Browse files Browse the repository at this point in the history
chore: fix knip config
  • Loading branch information
ej-shafran authored Oct 27, 2024
2 parents 470af7a + 53b12fc commit 1e6542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/main.tsx", "tailwind.config.js"],
"entry": ["src/main.tsx"],
"project": ["**/*.{js,ts,tsx}"],
"ignore": ["src/components/ui/*.tsx"]
}

0 comments on commit 1e6542f

Please sign in to comment.