6.0.0 β€’ Published 1 year ago

@putout/plugin-remove-console v6.0.0

Weekly downloads
2,781
License
MIT
Repository
github
Last release
1 year ago

@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';
6.0.0

1 year ago

5.0.0

2 years ago

4.0.0

2 years ago

3.1.0

4 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago