bpmnlint-plugin-example

0.5.1 • Public • Published

bpmnlint-plugin-example

Build Status

An example bpmnlint plug-in.

About

This plugin shows how to contribute rules and configuration to bpmnlint.

Add Rules

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

{
  "rules": {
    "example/no-manual-task": "warn"
  }
}

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:example/recommended"
  ]
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i bpmnlint-plugin-example

Weekly Downloads

6

Version

0.5.1

License

MIT

Unpacked Size

36.1 kB

Total Files

17

Last publish

Collaborators

  • vsgoulart
  • skaiir-camunda
  • marstamm
  • bpmn-io-admin
  • nikku
  • barmac
  • philippfromme
  • maxtru