Skip to content

Commit

Permalink
chore: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 1, 2023
1 parent 7f9acd9 commit b13a564
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ const camundaCloud83Rules = withConfig({
'signal-reference': 'error'
}, { version: '8.3' });

const camundaCloud84Rules = withConfig({
...camundaCloud83Rules
}, { version: '8.4' });
const camundaCloud84Rules = withConfig(camundaCloud83Rules, { version: '8.4' });

const camundaPlatform719Rules = withConfig({
'history-time-to-live': 'error'
Expand Down

0 comments on commit b13a564

Please sign in to comment.