Webpack loader that enables bundling bpmnlint configuration files (.bpmnlintrc) for use in browser builds. Requires bpmnlint as a peer dependency. Version 0.1.6 is the latest stable release, maintained by the bpmn-io organization. It seamlessly integrates with webpack to resolve and transpile config files, allowing linter instantiation in webpack bundles. Differentiators: simplifies client-side BPMN linting by leveraging webpack's module system.
npm install bpmnlint-loaderVerified import paths — ran on the pinned version, not inferred.
Shows how to configure webpack to use bpmnlint-loader for .bpmnlintrc files and then import them for linter instantiation.
Validate your .bpmnlintrc content against bpmnlint schema.
Use bpmnlint's own validation or test configs separately.
Add the loader rule as shown in the quickstart.