CrossLead / angular-zendesk-widget

Angular wrapper for the Zendesk Web Widget
Apache License 2.0
18 stars 11 forks source link

Turn JSHint back on for src files #1

Closed yangchristian closed 8 years ago

yangchristian commented 8 years ago

Currently turned off due to /* jshint ignore:start */ not working in the latest available JSHint release (jshint/jshint#2411).

We're using ignore because we're more-or-less directly pasting in the Zendesk widget embed code. Otherwise, we'd have to format their minified JS.