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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: