UNPKG

bpmnlint

Version:

Validate your BPMN diagrams based on configurable lint rules

11 lines (10 loc) 280 B
module.exports = { rules: { 'ad-hoc-sub-process': 'error', 'event-sub-process-typed-start-event': 'error', 'link-event': 'error', 'no-duplicate-sequence-flows': 'warn', 'sub-process-blank-start-event': 'error', 'single-blank-start-event': 'error' } };