bpmnlint-plugin-zeebe-lzgabel

0.0.1 • Public • Published

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"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i bpmnlint-plugin-zeebe-lzgabel

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

80.5 kB

Total Files

58

Last publish

Collaborators

  • lzgabel