0.0.4 • Published 4 years ago

solhint-plugin-buidler v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

solhint-plugin-buidler

This Solhint plugin has rules for the buidler ecosystem. Right now the only rule is no-console to remember to remove your console calls before committing.

Setup

First install the necessary packages:

npm install --save-dev solhint solhint-plugin-buidler

Then add a .solhint.json configuration file:

{
  "plugins": ["buidler"],
  "rules": {
    "buidler/no-console": "warn"
  }
}
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago