Skip to content

repometric/linterhub-atom

Repository files navigation

Linterhub Atom Extension

Build Status Build status Build status Codacy Badge Code Climate Issue Count Dependency Status

Extension to integrate Linterhub into Atom: analyze your code using different linters.

Requirements

  • Atom v1.4.0 or higher.

How to develop

  • 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.