0.0.1 • Published 6 years ago
embark-solhint v0.0.1
embark-solhint
Usage
Install the plugin:
npm i --save-dev embark-solhintand add it to your embark.json:
"plugins": {
"embark-solhint": {}
}And that's it! When you do embark run, if one of your contracts change, you'll get solhint's analysis in the dashboard.