New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bpmnlint-plugin-eorion

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmnlint-plugin-eorion

The bpmnlint eorion plug-in

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

bpmnlint

FAQs

Package last updated on 09 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts