Skip to content

Commit af2068c

Browse files
authored
Merge pull request #68 from briangleeson/multiline
Update packages and linting
2 parents 2a905b6 + 0db5676 commit af2068c

18 files changed

+6064
-7201
lines changed

.eslintignore

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

.eslintrc.js

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

.prettierrc.js

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

auth/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2019, 2020.
2+
* (C) Copyright IBM Corp. 2019, 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,4 +23,4 @@ export {
2323
IamTokenManager,
2424
Cp4dTokenManager,
2525
getAuthenticatorFromEnvironment,
26-
} from 'ibm-cloud-sdk-core';
26+
} from "ibm-cloud-sdk-core";

0 commit comments

Comments
 (0)