Skip to content

Commit 6804103

Browse files
committed
lint fixes
1 parent 5ef1145 commit 6804103

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
"@typescript-eslint/no-var-requires": ["off"],
4444
"@typescript-eslint/no-empty-interface": ["off"],
4545
"@typescript-eslint/ban-ts-ignore": ["off"],
46+
"@typescript-eslint/ban-ts-comment": ["off"],
4647
"@typescript-eslint/explicit-function-return-type": ["off"],
4748
"@typescript-eslint/no-empty-function": ["off"],
4849
"@typescript-eslint/no-unused-expressions": ["off"],

packages/router/src/lib/operations/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createLoggingContext, RequestContext, StatusResponse } from "@connext/nxtp-utils";
2+
23
import { getContext } from "../../router";
34
import { handlingTracker } from "../../bindings/contractReader";
4-
55
// @ts-ignore
66
import { version } from "../../../package.json";
77

0 commit comments

Comments
 (0)