1.0.0 • Published 2 years ago
@byndyusoft/bpmnlint-plugin-custom-linter-rules v1.0.0
bpmnlint-plugin-custom-linter-rules
Custom rules for bpmnlint
Requirements
- Node.js v18 LTS or later
- Yarn
Install
yarn add -D @byndyusoft/bpmnlint-plugin-custom-linter-rulesnpm i -D @byndyusoft/bpmnlint-plugin-custom-linter-rulesUsage
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"
]
}Rules
See documentation. The rules folders contains each rules implementation.
Maintainers
License
This repository is released under version 2.0 of the Apache License.
1.0.0
2 years ago