bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
125 stars 37 forks source link

Compile rules using package local imports #115

Closed nikku closed 1 year ago

nikku commented 1 year ago

Previously we would use the absolute path to compile packages with custom paths.

This PR changes the behavior to compile to package local imports.