Home Reference Source Repository

danger-plugin-no-console

Build Status npm version semantic-release

Danger plugin to prevent merging code that still has console.logs inside it.

Usage

Install:

yarn add danger-plugin-no-console --dev

At a glance:

// dangerfile.js
import noConsole from 'danger-plugin-no-console'

noConsole()

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.