Lint the workflow parser package

This commit is contained in:
Josh Gross
2023-03-15 15:58:44 -04:00
parent 28a4438faf
commit 57ebe9b9b1
7 changed files with 26 additions and 23 deletions
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import {nullTrace} from "../test-utils/null-trace";
import {parseWorkflow} from "../workflows/workflow-parser";
import {convertWorkflowTemplate, ErrorPolicy} from "./convert";