@putout/plugin-remove-console
🐊Putout plugin adds ability to find and remove console.log calls
Last updated 4 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-remove-console 
SYNC missed versions from official npm registry.

@putout/plugin-remove-console NPM version

The console.log() method outputs a message to the web console. The message may be a single string (with optional substitution values), or it may be any one or more JavaScript objects.

(c) MDN

????Putout plugin adds ability to find and remove console.log calls.

Install

npm i @putout/plugin-remove-console

Rule

{
    "rules": {
        "remove-console": "on"
    }
}

❌ Example of incorrect code

const hello = 'world';
console.log(hello);

✅ Example of correct code

const hello = 'world';

Current Tags

  • 7.0.0                                ...           latest (2 months ago)

15 Versions

  • 7.0.0                                ...           2 months ago
  • 6.0.0                                ...           3 years ago
  • 5.0.0                                ...           4 years ago
  • 4.0.0                                ...           4 years ago
  • 3.1.0                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.1                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |