Extension to integrate Linterhub into Atom: analyze your code using different linters.
- Atom v1.4.0 or higher.
- Install all dependencies. Run
apm install
in root directory. - Make your package available for Atom by running
apm link
in root directory. - Run
atom . --dev
. It will open new instance of Atom with installed extension.