1.0.4 • Published 4 years ago

bpmnlint-plugin-shinyinfo v1.0.4

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

bpmnlint-plugin-shinyinfo

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago