configuration - Atom JSHint for JavaScript inside HTML -
i started using atom. installed linter-jshint
, jshint
after setting jshint
executable path. had jshint
working on javascript files. however, after several hours still cannot work javascript in html files. looked in package.json
, docs did not find works.
i saw there flag --extract=[auto|always|never]
. not sure how use in atom.
linter-jshint
package has lintinlinejavascript
configuration can enable make lint html files.
you can find more configuration in github readme.
Comments
Post a Comment