UNPKG

bpmnlint

Version:

Validate your BPMN diagrams based on configurable lint rules

29 lines (28 loc) 885 B
module.exports = { rules: { 'ad-hoc-sub-process': 'error', 'conditional-flows': 'error', 'end-event-required': 'error', 'event-sub-process-typed-start-event': 'error', 'fake-join': 'warn', 'global': 'warn', 'label-required': 'error', 'link-event': 'error', 'no-bpmndi': 'error', 'no-complex-gateway': 'error', 'no-disconnected': 'error', 'no-duplicate-sequence-flows': 'error', 'no-gateway-join-fork': 'error', 'no-implicit-split': 'error', 'no-implicit-end': 'error', 'no-implicit-start': 'error', 'no-inclusive-gateway': 'error', 'no-overlapping-elements': 'warn', 'single-blank-start-event': 'error', 'single-event-definition': 'error', 'start-event-required': 'error', 'sub-process-blank-start-event': 'error', 'superfluous-gateway': 'warn', 'superfluous-termination': 'warn' } };