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
+2 -6
View File
@@ -1,7 +1,3 @@
import {TraceWriter} from "../templates/trace-writer";
import {NoOperationTraceWriter} from "../templates/trace-writer";
export const nullTrace: TraceWriter = {
info: x => {},
verbose: x => {},
error: x => {}
};
export const nullTrace = new NoOperationTraceWriter();