增加bpmnlint自定义校验规则示例

This commit is contained in:
xlsea
2023-03-10 09:20:35 +08:00
parent ff2ad94368
commit 912e07625f
12 changed files with 227 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "bpmnlint-plugin-local",
"version": "0.0.0",
"description": "The bpmnlint local plug-in",
"main": "index.js",
"scripts": {
"all": "npm test",
"test": "mocha test.js"
},
"keywords": [
"bpmnlint",
"plugin"
],
"devDependencies": {
"bpmnlint": "^7.2.1",
"chai": "^4.2.0",
"mocha": "^9.1.3"
},
"dependencies": {
"bpmnlint-utils": "^1.0.2"
},
"files": [
"rules",
"index.js"
]
}