ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Also lint embedded (inline) JavaScript #100

Closed Zegnat closed 8 years ago

Zegnat commented 8 years ago

It would be great if linter-js-standard would also lint code inside HTML <script>-blocks, as you might find in both HTML and PHP files.

It might just be possible to copy the solution from jshint, see AtomLinter/linter-jshint#132.