0.0.1 • Published 4 years ago
solhint-plugin-wonderland v0.0.1
solhint-plugin-wonderland
This Solhint plugin provides Wonderland custom rules.
Setup
First install the necessary packages:
npm install --save-dev solhint solhint-plugin-wonderlandThen 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.
0.0.1
4 years ago
0.0.1-beta5
4 years ago
0.0.1-beta4
4 years ago
0.0.1-beta3
4 years ago
0.0.1-beta2
4 years ago
0.0.1-beta1
4 years ago