Package Exports
- @byndyusoft/bpmnlint-plugin-custom-linter-rules
- @byndyusoft/bpmnlint-plugin-custom-linter-rules/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@byndyusoft/bpmnlint-plugin-custom-linter-rules) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.