Bazinga
Bazinga

Reputation: 11194

Atom linter does not work

I am trying to install atom linter following this steps:

apm install linter

Then install this packages:

apm install linter-jshint
apm install linter-eslint

But I can't see the warning and the errors when I am using the editor. What am I missing?

Upvotes: 1

Views: 1852

Answers (1)

andybeli
andybeli

Reputation: 856

At the bottom right of the application you should read Javascript. If it says "Plain text" click and select "Javascript". Then try to modify/save and it should work.

The linter just triggers if it's a javascript file.

enter image description here

Upvotes: 2

Related Questions