UNPKG

danger-plugin-no-console

Version:

Danger plugin to prevent merging code that still has `console.log`s inside it.

2 lines (1 loc) 75 B
export default function noConsole(options?: { whitelist: string[] }): void