Skip to content

Commit

Permalink
Update typescript-eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 23, 2023
1 parent 40eecb3 commit d13c21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/typescript-eslint/ban-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface BanTypesOption {
| {
message?: string;
fixWith?: string;
suggest?: string[];
};
};
extendDefaults?: boolean;
Expand Down

0 comments on commit d13c21c

Please sign in to comment.