🐊Putout plugin adds ability to find and remove console.log calls.
npm i @putout/plugin-remove-console
{
"rules": {
"remove-console": "on"
}
}const hello = 'world';
console.log(hello);const hello = 'world';🐊Putout plugin adds ability to find and remove console.log calls.
npm i @putout/plugin-remove-console
{
"rules": {
"remove-console": "on"
}
}const hello = 'world';
console.log(hello);const hello = 'world';