brackets-jshint
brackets-jshint copied to clipboard
Skip blocks of minified code
Can we somehow make JSHint skip minified blocks of code?
I make it a habit to put blocks of minified (third-party) code at the top of my main JS file, so I don't have to combine them before deploying. Mind you it's minified, not packed. But minified code oftenly starts with a semicolon, so maybe ignore such lines?
My extension just wraps the core JSHint library. If they support it, then the extension supports it.