solhint-config-web3studio
v3.0.0
Published
Solhint config for web3studio
Downloads
3
Readme
Web3Studio Solium Config
Solium config for web3studio projects.
Installation
$ yarn add --dev solhint-config-web3studio solhint
In your .solhint.json
file:
{
"extends": ["solhint:recommended", "web3studio"]
}