Skip to content

Commit baa8086

Browse files
author
naman-contentstack
committed
[DX-2346], fixed lint error
1 parent 368fb44 commit baa8086

File tree

1 file changed

+3
-2
lines changed
  • packages/contentstack-config/src/interfaces

1 file changed

+3
-2
lines changed

packages/contentstack-config/src/interfaces/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export interface InquirePayload {
77
name: string;
88
message: string;
99
choices?: Array<any>;
10+
// eslint-disable-next-line @typescript-eslint/ban-types
1011
transformer?: Function;
1112
}
1213

@@ -27,8 +28,8 @@ export interface Limit {
2728

2829
export interface RateLimitConfig {
2930
getLimit?: Limit;
30-
limit?: Limit
31-
bulkLimit?: Limit
31+
limit?: Limit;
32+
bulkLimit?: Limit;
3233
}
3334

3435
export interface SetRateLimitConfig {

0 commit comments

Comments
 (0)