Skip to content

Commit 7b5e7db

Browse files
committed
Added knip to the project
1 parent ca1f396 commit 7b5e7db

3 files changed

Lines changed: 1212 additions & 244 deletions

File tree

knip.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"entry": [
4+
"app/root.tsx",
5+
"app/entry.{client,server}.{ts,tsx}",
6+
"app/**/*.{js,ts,tsx}",
7+
"scripts/*.{ts,js}",
8+
"remix/*.{ts,js}",
9+
"vite.config.ts",
10+
"vitest.config.ts"
11+
],
12+
"project": [
13+
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
14+
"vite.config.{ts}"
15+
]
16+
}

0 commit comments

Comments
 (0)