Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
style: fix lint issue related to peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Apr 10, 2018
1 parent 66116ad commit f3bea59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/decrypt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { KMS } from 'aws-sdk'
import { KMS } from 'aws-sdk' // tslint:disable-line:no-implicit-dependencies

const kms = new KMS()

Expand Down
2 changes: 1 addition & 1 deletion src/encrypt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { KMS } from 'aws-sdk'
import { KMS } from 'aws-sdk' // tslint:disable-line:no-implicit-dependencies

const kms = new KMS()

Expand Down

0 comments on commit f3bea59

Please sign in to comment.