danger-plugin-pr-hygiene
Version:
A Danger plugin for enforcing good PR hygiene.
23 lines (14 loc) • 614 B
Markdown
# danger-plugin-pr-hygiene
[](https://www.npmjs.com/package/danger-plugin-pr-hygiene)
[](https://github.com/maxdeviant/danger-plugin-pr-hygiene/actions/workflows/ci.yml)
A [Danger](https://danger.systems/js/) plugin for enforcing good PR hygiene.
## Installation
```sh
npm install -D danger-plugin-pr-hygiene
```
## Usage
In your `Dangerfile`:
```ts
import { prHygiene } from "danger-plugin-pr-hygiene";
prHygiene();
```