Skip to content

Commit 2405456

Browse files
authored
add knip dependency to login app (#6135)
1 parent a76e653 commit 2405456

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

apps/login/knip.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"next": true,
4+
"ignore": ["public/**"],
5+
"project": ["src/**"],
6+
"ignoreBinaries": ["only-allow", "biome"],
7+
"ignoreDependencies": ["thirdweb", "eslint-config-next"]
8+
}

apps/login/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"@types/react-dom": "19.0.3",
2727
"eslint": "^9",
2828
"eslint-config-next": "15.1.6",
29+
"knip": "5.43.6",
2930
"postcss": "8.5.1",
31+
"postcss-load-config": "^6.0.1",
3032
"tailwindcss": "3.4.17",
3133
"typescript": "5.7.3"
3234
}

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)