bpmnlint-plugin-eorion

0.0.2 • Public • Published

bpmnlint-plugin-eorion

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

About

This plugin contributes rules and configuration under the eorion prefix to bpmnlint.

Add Rules

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

{
  "rules": {
    "eorion/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:eorion/recommended"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i bpmnlint-plugin-eorion

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

3.21 kB

Total Files

7

Last publish

Collaborators

  • eorion