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:
git clone http://github.com/protofire/atom-solidity-linter
cd
to this directoryapm link --dev
atom -d .
MIT