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 d69d9f1 commit e0ae0c3
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 e0ae0c3

Please sign in to comment.