Lint the language service package

This commit is contained in:
Josh Gross
2023-03-15 16:52:56 -04:00
parent 7bb8ff9aae
commit 26f5eeede9
21 changed files with 66 additions and 54 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ export async function fetchOrConvertWorkflowTemplate(
if (!template) {
template = await convertWorkflowTemplate(
parsedWorkflow.context,
parsedWorkflow.value!,
// TODO: @joshmgross We can't assume that the value is non-null here
parsedWorkflow.value!, // eslint-disable-line @typescript-eslint/no-non-null-assertion
config?.fileProvider,
options
);