Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
3
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "bpmnlint",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,6 +30,11 @@ # bpmnlint

## Rule Configuration
## Rules
Create a `.bpmnlintrc` file in your working directory:
Checkout the [`./rules` folder](https://github.com/bpmn-io/bpmnlint/tree/master/rules) for the list of existing rules.
## Configuration
Create a `.bpmnlintrc` file in your working directory and inherit from a common configuration using the `extends` block:
```json

@@ -47,3 +52,3 @@ {

"rules": {
"label-required": "off"
"bpmnlint:label-required": "off"
}

@@ -50,0 +55,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc