what is linter javascript

JavaScript
JavaScript Linters. JavaScript linters are
tools that you can use to help you debug your code.
They scan your scripts for common issues and errors, 
  and give you back a report with line numbers that you
  can use to fix things
Source

Also in JavaScript: