danger-plugin-no-console
Danger plugin to prevent merging code that still has
console.log
s 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.