Skip to content

protofire/embark-solhint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published