Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byndyusoft/bpmnlint-plugin-custom-linter-rules
Custom rules for bpmnlint
https://github.com/byndyusoft/bpmnlint-plugin-custom-linter-rules
bpmn bpmn-linter nodejs
Last synced: 5 days ago
JSON representation
Custom rules for bpmnlint
- Host: GitHub
- URL: https://github.com/byndyusoft/bpmnlint-plugin-custom-linter-rules
- Owner: Byndyusoft
- License: apache-2.0
- Created: 2024-03-01T15:34:01.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-28T04:13:35.000Z (9 months ago)
- Last Synced: 2024-10-30T00:36:20.080Z (2 months ago)
- Topics: bpmn, bpmn-linter, nodejs
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bpmnlint-plugin-custom-linter-rules
[![npm@latest](https://img.shields.io/npm/v/@byndyusoft/bpmnlint-plugin-custom-linter-rules/latest.svg)](https://www.npmjs.com/package/@byndyusoftbpmnlint-plugin-custom-linter-rules)
[![test](https://github.com/Byndyusoft/bpmnlint-plugin-custom-linter-rules/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/Byndyusoft/bpmnlint-plugin-custom-linter-rules/actions/workflows/test.yaml)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)Custom rules for [bpmnlint](https://github.com/bpmn-io/bpmnlint)
## Requirements
- Node.js v18 LTS or later
- Yarn## Install
```bash
yarn add -D @byndyusoft/bpmnlint-plugin-custom-linter-rules
``````bash
npm i -D @byndyusoft/bpmnlint-plugin-custom-linter-rules
```## Usage
Activate the rules via the local `.bpmnlintrc` file. For customize use rules
block. For additional
see [For additional see](https://github.com/bpmn-io/bpmnlint?tab=readme-ov-file#configuration)```json
{
"extends": [
"bpmnlint:recommended",
"plugin:@byndyusoft/bpmnlint-plugin-custom-linter-rules/recommended"
]
}
```## Rules
See [documentation](./docs/rules/Readme.md). [The rules folders](./rules)
contains each rules implementation.## Maintainers
- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <>
- [@Byndyusoft/team](https://github.com/orgs/Byndyusoft/teams/team)## License
This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).