Skip to content

Commit 71864eb

Browse files
style: update tsconfig and remove dependency-lint
1 parent bafb6cf commit 71864eb

5 files changed

Lines changed: 1868 additions & 1585 deletions

File tree

dependency-lint.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/compare-comply.v1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const compareComply = new CompareComplyV1({
88
// environment property, and then IBM Cloud's VCAP_SERVICES environment property
99
iam_apikey: 'YOUR APIKEY',
1010
url: 'https://gateway.watsonplatform.net/compare-comply/api',
11-
version: '2018-12-06'
11+
version: '2018-12-06',
1212
});
1313

1414
const params = {
@@ -26,4 +26,4 @@ compareComply.compareDocuments(params, (error, data) => {
2626
} else {
2727
console.log(data);
2828
}
29-
);
29+
});

0 commit comments

Comments
 (0)