I installed the Linter plugin and tried 2 different jshint plugins. I’m confused because in both cases the error are listed as “jslint”, but the bigger issue is that it flags a lot of errors that are not really errors.
For example, I have a Grunt-based project. I am using jshint as a Grunt tasks as well. When I first started using it, I got all sorts of “errors” about white space or “use the function form of use strict” etc. I looked up those errors and created a jshintrc file in the project root. Now the Grunt task does not flag any of these errors, but the Atom Linter does.
Any ideas?