Skip to content

Commit 9fac52c

Browse files
committed
ignore knip unused type export in auth.ts (false positive)
1 parent 89c714f commit 9fac52c

File tree

3 files changed

+6407
-5168
lines changed

3 files changed

+6407
-5168
lines changed

auth.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/consistent-type-imports */
12
/// <reference types="lucia" />
23
declare namespace Lucia {
34
type Auth = import('./utils/auth').Auth;

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"public/scripts/d3-quadtree.v3.min.js",
77
"public/scripts/d3-timer.v3.min.js",
88
"lib/interviewer/hooks/forceSimulation.worker.js",
9-
"lib/ui/components/Sprites/ExportSprite.js"
9+
"lib/ui/components/Sprites/ExportSprite.js",
10+
"utils/auth.ts"
1011
],
1112
"ignoreDependencies": [
1213
"server-only",

0 commit comments

Comments
 (0)