Linter is a base linter provider for the hackable Atom Editor. Additionally, you need to install a specific linter for your language. You will find a full list below in the Available linters section.
It provides a top-level API to its consumer so that they can visualize errors and other types of messages with ease.
Install package through Atom or use CLI:
$ apm install linter
Stick to imposed codestyle:
$ npm i
$ npm test