Skip to content

SpaceStation09/solhint-plugin-avoid-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solhint-plugin-avoid-console

This solhint plugin helps avoid the usage of console statement in production env.

Install

npm install --save-dev solhint-plugin-avoid-console

Usage

Add the following info to your solhint configuration:

{
  "plugins": ["avoid-console"],
  "rules": {
    "avoid-console/no-console-log": "error"
  }
}

LICENSE

MIT License

About

A solhint plugin to check the existence of console statements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published