Skip to content

Commit e8be64f

Browse files
committed
update tests, linting
1 parent d500f19 commit e8be64f

File tree

5 files changed

+4343
-4338
lines changed

5 files changed

+4343
-4338
lines changed

src/boilingdata/boilingdata.api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
// BoilingData API documentation
23
// https://www.boilingdata.com/apidoc.html
34

src/boilingdata/boilingdata.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-non-null-assertion */
2+
/* eslint-disable @typescript-eslint/no-explicit-any */
13
import { BDCredentials, getBoilingDataCredentials, getIdToken } from "../common/identity";
24
import { EEngineTypes, EEvent, EMessageTypes, IBDDataQuery, IBDDataResponse } from "./boilingdata.api";
35
import { v4 as uuidv4 } from "uuid";

src/common/identity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
import {
23
CognitoIdToken,
34
CognitoUserPool,

src/common/signature.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
import { HttpRequest } from "@aws-sdk/protocol-http";
23
import { SignatureV4 } from "@aws-sdk/signature-v4";
34
import { Sha256 } from "@aws-crypto/sha256-browser";

0 commit comments

Comments
 (0)