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"]
}
Solhint config for web3studio
<script type="module">
import solhintConfigWeb3studio from 'https://cdn.skypack.dev/solhint-config-web3studio';
</script>
Solium config for web3studio projects.
$ yarn add --dev solhint-config-web3studio solhint
In your .solhint.json
file:
{
"extends": ["solhint:recommended", "web3studio"]
}