microsoft / vscode-jshint

VSCode extension to integrate jshint into VSCode
https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
MIT License
72 stars 48 forks source link

Is there something like "jshint.extract" : "auto" to mimic the behaviour of jshint --extract=auto ? #44

Closed mateiacd closed 6 years ago

mateiacd commented 7 years ago

Hi,

What about the option to extract JavaScript code contained in an HTML file from VS Code ?

Is there something like "jshint.extract" : "auto" to mimic the behaviour of jshint --extract=auto index.html ?

RMacfarlane commented 6 years ago

There is now a jshint.lintHTML option that when enabled, will run jshint on JS that's in script tags in HTML in version 0.10.16.