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

Commit d13c21c

Browse files
committed
Update typescript-eslint rules
1 parent 40eecb3 commit d13c21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/typescript-eslint/ban-types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface BanTypesOption {
1212
| {
1313
message?: string;
1414
fixWith?: string;
15+
suggest?: string[];
1516
};
1617
};
1718
extendDefaults?: boolean;

0 commit comments

Comments
 (0)