closure linter does not display error indicators Follow
Running gjslint from command line shows lots of errors, that is fine.
I setup closer linter in phpstorm and when I pull up the js file it does show any indication of errors (like phpcs/jslint/jshint do), however hovering over lines of code reveal results of ghslint for that line. Am I doing something wrong?
Please sign in to leave a comment.
Hello!
Closure Linter errors have 'Warning' default severity level, so you won't see error marks - just yellow stripes. You can change the way these errors are displayed in
Settings/Inspections/javaScript/Code Quality Tools/Closure Linter
best regards,
Lena