Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 3c4a6a7

Browse files
committed
Update N rules
1 parent 6caa092 commit 3c4a6a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/n/no-unpublished-import.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export interface NoUnpublishedImportOption {
4141
}[],
4242
];
4343
resolvePaths?: string[];
44+
ignoreTypeImport?: boolean;
4445
}
4546

4647
/**

0 commit comments

Comments
 (0)