Lint the language server package

This commit is contained in:
Josh Gross
2023-03-15 17:37:35 -04:00
parent 8279bc1697
commit fa28b2864b
9 changed files with 20 additions and 21 deletions
@@ -27,7 +27,7 @@ async function getDescription(input: string, mock: fetchMock.FetchMockSandbox) {
}
}),
new TTLCache(),
workflowContext.step!,
workflowContext.step!, // eslint-disable-line @typescript-eslint/no-non-null-assertion
new StringToken(undefined, undefined, input, undefined)
);
}