danger-plugin-pr-hygiene

A Danger plugin for enforcing good PR hygiene.


Keywords
danger, danger-plugin, hygiene, danger-js
License
MIT
Install
npm install danger-plugin-pr-hygiene@0.7.1

Documentation

danger-plugin-pr-hygiene

npm CI

A Danger plugin for enforcing good PR hygiene.

Installation

npm install -D danger-plugin-pr-hygiene

Usage

In your Dangerfile:

import { prHygiene } from "danger-plugin-pr-hygiene";

prHygiene();