You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great utility. It'd be super handy to allow input to htmlhint via an input stream (STDIN). jshint has implemented this by using - as the filespec (jshint/jshint#687).
This would allow buffers to be piped in. I could use this in the SublimeLinter plugin I wrote for htmlhint (https://github.com/mmaday/SublimeLinter-contrib-htmlhint). As the user edits their HTML files, the editor contents would get piped to htmlhint and linting errors would show up in realtime without the user having to save the file first.
Thanks!
The text was updated successfully, but these errors were encountered:
Great utility. It'd be super handy to allow input to htmlhint via an input stream (STDIN). jshint has implemented this by using - as the filespec (jshint/jshint#687).
This would allow buffers to be piped in. I could use this in the SublimeLinter plugin I wrote for htmlhint (https://github.com/mmaday/SublimeLinter-contrib-htmlhint). As the user edits their HTML files, the editor contents would get piped to htmlhint and linting errors would show up in realtime without the user having to save the file first.
Thanks!
The text was updated successfully, but these errors were encountered: