CrossLead / angular-zendesk-widget

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

Fixes Issue #1: Re-enables JS linting #2

Closed kanhirun closed 8 years ago

kanhirun commented 8 years ago

Summary

  1. Fixes #1
  2. Replaces JSHint with ESLint to use the same tool as crosslead-platform

(I suggest that we extract the linting configuration to make it available organization-wide. You can use git submodules for this. This way, there won't be duplication of knowledge, and avoids the adhocity trap.)

bsouthga commented 8 years ago

Looks good to me!