Skip to content

Commit

Permalink
chore: remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Aug 27, 2024
1 parent 94b8f9b commit 8925ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/utils/lint-helper.js
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8925ec8

Please sign in to comment.