JSPM

bpmnlint-plugin-zeebe-lzgabel

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q17539F

The bpmnlint camunda-cloud plug-in

Package Exports

  • bpmnlint-plugin-zeebe-lzgabel
  • bpmnlint-plugin-zeebe-lzgabel/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 (bpmnlint-plugin-zeebe-lzgabel) 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-cloud

A bpmlint plug-in based on the bpmnlint plug-in example.

About

This plugin contributes rules and configuration under the camunda-cloud prefix to bpmnlint.

Add Rules

The ./rules folder contains rules that are made available via this plug-in. Configure them with the camunda-cloud prefix in your .bpmnlintrc:

{
  "rules": {
    "camunda-cloud/zeebe_1_1": "error"
  }
}

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:

{
  "extends": [
    "bpmnlint:recommended",
    "plugin:camunda-cloud/zeebe_1_1"
  ]
}