I just started using Atom. I installed linter-jshint and jshint
After setting the jshint executable path. I had jshint working on JavaScript files. However, after several hours I still cannot get it to work with JavaScript in HTML files. I looked in package.json and the docs but did not find something that works.
I saw that there is a flag --extract=[auto|always|never]. But I am not sure how to use it in Atom.