This package provides a linter interface to solium, and is used to lint solidity files.
apm install linter-solium
Atom package linter
will be installed for you, if you don't already have it.
Now create the default Solium rules config in your project's root directory.
npm i -g solium
solium --init #in your project dir
Now you can edit the rules to your taste as per the Solium docs.
linter
should automatically enable Solium.
If it works well for you, feel free to run apm star linter-solium
.
If you get errors, please search the issues, and open one if it's not already there!