bpmnlint-plugin-example
An example bpmnlint plug-in.
About
This plugin shows how to contribute rules and configuration to bpmnlint.
Add Rules
The ./rules
folder contains rules that are made available via
this plug-in. Configure them with the example
prefix in your .bpmnlintrc
:
Checkout ./test.js
to learn how to test your rules.
Add Configuration
As part of the ./index.js
the plug-in exposes configurations
to extend from using extends
in the bpmnlint configuration:
License
MIT