https://github.com/protofire/embark-solhint
A solhint plugin for Embark
https://github.com/protofire/embark-solhint
embark ethereum solhint
Last synced: 6 months ago
JSON representation
A solhint plugin for Embark
- Host: GitHub
- URL: https://github.com/protofire/embark-solhint
- Owner: protofire
- Created: 2020-02-28T17:42:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T02:45:49.000Z (almost 4 years ago)
- Last Synced: 2023-04-10T04:54:26.316Z (almost 3 years ago)
- Topics: embark, ethereum, solhint
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embark-solhint
A [solhint](https://github.com/protofire/solhint/) plugin for [Embark](https://framework.embarklabs.io/).
## 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.