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

Commit 480daa5

Browse files
committed
Update eslint rule
1 parent bd64721 commit 480daa5

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
@@ -28,6 +28,7 @@ export type NoRestrictedImportsOption =
2828
| {
2929
group: [string, ...string[]];
3030
message?: string;
31+
caseSensitive?: boolean;
3132
}[];
3233
},
3334
];

0 commit comments

Comments
 (0)