Skip to content

Commit

Permalink
feat(temp-stands): exclude lib from tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
niyazm524 committed Nov 26, 2020
1 parent ccdce10 commit 614ea55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/shared/helpers/xd-local-storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ interface xdLocalStorageAPI {
getItem: (key: string, callback: (value: string) => void) => void;
}

/* global XdUtils */
export default (function () {
var MESSAGE_NAMESPACE = "cross-domain-local-message";
const MESSAGE_NAMESPACE = "cross-domain-local-message";

var defaultData = {
namespace: MESSAGE_NAMESPACE,
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
},
"include": [
"src"
],
"exclude": [
"src/shared/helpers/xd-local-storage/index.ts"
]
}

0 comments on commit 614ea55

Please sign in to comment.