Atom Solidity Linter: MOVED TO https://github.com/protofire/atom-solidity-linter
This is integration of solhint Solidity linter with Atom editor.
Plugin supports Solhint configuration files .solhint.json
.
Open Atom -> Preferences -> Install. Type solidity-linter. You will see this package. Then press "Install".
For run this plugin in development mode you need to execute next steps:
- Clone this project from Github
git clone http://github.com/tokenhouse/atom-solidity-linter
- Make
cd
to this directory - Link this project as dev package
apm link --dev
- Run atom in current directory
atom -d .
MIT