Custom rules for bpmnlint
- Node.js v18 LTS or later
- Yarn
yarn add -D @byndyusoft/bpmnlint-plugin-custom-linter-rules
npm i -D @byndyusoft/bpmnlint-plugin-custom-linter-rules
Activate the rules via the local .bpmnlintrc
file. For customize use rules
block. For additional
see For additional see
{
"extends": [
"bpmnlint:recommended",
"plugin:@byndyusoft/bpmnlint-plugin-custom-linter-rules/recommended"
]
}
See documentation. The rules folders contains each rules implementation.
This repository is released under version 2.0 of the Apache License.