From 8925ec8d4552d71ab6b204696e2917566e92a95c Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Mon, 26 Aug 2024 17:22:01 +0200 Subject: [PATCH] chore: remove comma --- test/spec/utils/lint-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/utils/lint-helper.js b/test/spec/utils/lint-helper.js index 5017da4..2f31df6 100644 --- a/test/spec/utils/lint-helper.js +++ b/test/spec/utils/lint-helper.js @@ -1,6 +1,6 @@ import Linter from 'bpmnlint/lib/linter'; -async function lintNode(node, rule, config = {},) { +async function lintNode(node, rule, config = {}) { const linter = new Linter({ resolver: { resolveRule: () => Promise.resolve(rule)