Lines Matching +full:js +full:- +full:lint
1 # bpmn-js-bpmnlint
3 [](https://github.com/bpmn…
5 Integrates [bpmnlint](https://github.com/bpmn-io/bpmnlint) into [bpmn-js](https://github.com/bpmn-i…
9 …ion in action as part of the [bpmnlint playground](https://github.com/bpmn-io/bpmnlint-playground).
14 Integrate the linter into [bpmn-js](https://github.com/bpmn-io/bpmn-js):
17 import lintModule from 'bpmn-js-bpmnlint';
19 import 'bpmn-js-bpmnlint/dist/assets/css/bpmn-js-bpmnlint.css';
21 import BpmnModeler from 'bpmn-js/lib/Modeler';
36 ## Bundle Lint Rules
38 …ler (cf. [rollup-plugin-bpmnlint](https://github.com/nikku/rollup-plugin-bpmnlint), [bpmnlint-load…
40 … your local `.bpmnlintrc` file using the [bpmnlint-pack-config](https://github.com/nikku/bpmnlint-…
43 bpmnlint-pack-config -c .bpmnlintrc -o bundled-config.js
47 ## Plug-in Lint Rules
49 Provide the [packed lint rules](#bundle-lint-rules) via the `linting.bpmnlint` option. You may set …
60 * [Issues](https://github.com/bpmn-io/bpmn-js-bpmnlint/issues)
61 * [Playground Project](https://github.com/bpmn-io/bpmnlint-playground)