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

Commit 4ac1033

Browse files
committed
Update eslint rule
1 parent 287c031 commit 4ac1033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/eslint/no-restricted-imports.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export type Schema0 =
2929
* @minItems 1
3030
*/
3131
group: [string, ...string[]];
32+
importNamePattern?: string;
3233
message?: string;
3334
caseSensitive?: boolean;
3435
}[];

0 commit comments

Comments
 (0)