1.0.0 • Published 1 year ago

solhint-plugin-avoid-console v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago