embark-solhint

A solhint plugin for Embark.

Usage no npm install needed!

<script type="module">
  import embarkSolhint from 'https://cdn.skypack.dev/embark-solhint';
</script>

README

embark-solhint

A solhint plugin for Embark.

Usage

Install the plugin:

npm i --save-dev embark-solhint

and 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.