We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb9a56 commit fd9207bCopy full SHA for fd9207b
knip.json
@@ -1,8 +1,7 @@
1
{
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
- "entry": ["scripts/*.{ts,js}", "app/routes.ts"],
+ "entry": ["scripts/*.{ts,js}", "app/routes.ts","vite.config.ts"],
4
"remix": true,
5
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}", "vite.config.ts"],
6
- "ignore": ["app/library/icon/icons/types.ts"],
7
- "ignoreDependencies": ["react-router-devtools","vite-plugin-icons-spritesheet","vite-tsconfig-paths"]
+ "ignore": ["app/library/icon/icons/types.ts"]
8
}
0 commit comments