solhint-plugin-wonderland
v0.0.1
Published
This [Solhint](https://github.com/protofire/solhint/) plugin provides [Wonderland](https://github.com/defi-wonderland) custom rules.
Downloads
5
Maintainers
Readme
solhint-plugin-wonderland
This Solhint plugin provides Wonderland custom rules.
Setup
First install the necessary packages:
npm install --save-dev solhint solhint-plugin-wonderland
Then add a .solhint.json
configuration file:
{
"plugins": ["wonderland"]
}
Available rules
non-state-vars-leading-underscore
This rule will alert everytime a variable defined inside a function does not have a leading underscore.