File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/router/src/lib/operations Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" ] ,
Original file line number Diff line number Diff line change 11import { createLoggingContext , RequestContext , StatusResponse } from "@connext/nxtp-utils" ;
2+
23import { getContext } from "../../router" ;
34import { handlingTracker } from "../../bindings/contractReader" ;
4-
55// @ts -ignore
66import { version } from "../../../package.json" ;
77
You can’t perform that action at this time.
0 commit comments