{"id":16006664,"url":"https://github.com/nikku/bpmnlint-loader","last_synced_at":"2025-03-17T20:30:52.909Z","repository":{"id":54194895,"uuid":"149432992","full_name":"nikku/bpmnlint-loader","owner":"nikku","description":"Consume bpmnlint config files with webpack","archived":false,"fork":false,"pushed_at":"2025-01-07T18:40:25.000Z","size":379,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T17:16:50.939Z","etag":null,"topics":["bpmnlint","webpack-loader"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["nikku"]}},"created_at":"2018-09-19T10:24:16.000Z","updated_at":"2025-01-07T18:40:28.000Z","dependencies_parsed_at":"2024-06-18T22:37:02.103Z","dependency_job_id":"e1d834be-10c9-4953-80d8-08684ba7ade6","html_url":"https://github.com/nikku/bpmnlint-loader","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.02564102564102566,"last_synced_commit":"b44a1160c7cb69924a72d874a0c58506a7a4472f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Fbpmnlint-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Fbpmnlint-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Fbpmnlint-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Fbpmnlint-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikku","download_url":"https://codeload.github.com/nikku/bpmnlint-loader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878486,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpmnlint","webpack-loader"],"created_at":"2024-10-08T11:43:14.090Z","updated_at":"2025-03-17T20:30:52.547Z","avatar_url":"https://github.com/nikku.png","language":"JavaScript","funding_links":["https://github.com/sponsors/nikku"],"categories":[],"sub_categories":[],"readme":"# bpmnlint-loader\n\n[![CI](https://github.com/nikku/bpmnlint-loader/workflows/CI/badge.svg)](https://github.com/nikku/bpmnlint-loader/actions?query=workflow%3ACI)\n\nConsume [bpmnlint](https://github.com/bpmn-io/bpmnlint) config files with [webpack](https://webpack.js.org).\n\n```javascript\nimport { Linter } from 'bpmnlint';\n\nimport linterConfig from './.bpmnlintrc';\n\nconst linter = new Linter(linterConfig);\n```\n\n\n## Installation\n\n```sh\nnpm i bpmnlint-loader -D\n```\n\n## Usage\n\nConfigure the loader in your `webpack.config.js`.\n\n```js\nmodule.exports = {\n  // ...\n  module: {\n    rules: [\n      {\n        test: /\\.bpmnlintrc$/,\n        use: [\n          {\n            loader: 'bpmnlint-loader',\n          }\n        ]\n      }\n    ]\n  }\n};\n```\n\nThis will ensure that [bpmnlint configuration files](https://github.com/bpmn-io/bpmnlint#configuration) can be consumed by your build.\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Fbpmnlint-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikku%2Fbpmnlint-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Fbpmnlint-loader/lists"}