JSPM

  • Created
  • Published
  • Downloads 3904
  • Score
    100M100P100Q146665F
  • License MIT

A bpmnlint plug-in for Camunda Platform compatibility

Package Exports

  • bpmnlint-plugin-camunda-compat
  • bpmnlint-plugin-camunda-compat/index.js
  • bpmnlint-plugin-camunda-compat/rules/utils/element
  • bpmnlint-plugin-camunda-compat/rules/utils/element.js
  • bpmnlint-plugin-camunda-compat/rules/utils/error-types
  • bpmnlint-plugin-camunda-compat/rules/utils/error-types.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 (bpmnlint-plugin-camunda-compat) 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-camunda-compat

CI

Camunda BPMN compatibility provided as a bpmnlint plug-in.

Usage

To configure the linter dynamically based on the execution platform and version, use @camunda/linting.

To configure the linter statically, add the configuration corresponding to your execution platform and version to your .bpmnlintrc file:

{
  "extends": [
    "bpmnlint:recommended",
    "plugin:camunda-compat/camunda-cloud-8-0"
  ]
}

Resources

License

MIT