Skip to content

Commit

Permalink
Remove eslint ignore comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Iwana committed Jun 28, 2020
1 parent 5a60933 commit 3f32562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/cognito/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface AWSCognitoUserPoolOptions {
region: string
}

// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
export function createCognitoUserPoolAppSyncClient(
options: AWSCognitoUserPoolOptions & {
url: string
Expand Down
1 change: 0 additions & 1 deletion src/iam/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export interface AWSIAMOptions {
region: string
}

// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
export function createIAMAppSyncClient(
options: AWSIAMOptions & Omit<AppsyncClientOptions<AuthOptionsIAM>, 'auth'>
): AWSAppSyncClient<NormalizedCacheObject> {
Expand Down

0 comments on commit 3f32562

Please sign in to comment.