gulp-ng-config: Values of constans wrapped in double quotes breaks JSHint

A part of the strings on this file are written in single quotes and the other part is written in double quotes and it breaks JSHint validation.

Example:

angular.module('foo.config', [])
.constant('foo', "bar");

About this issue

  • Original URL
  • State: open
  • Created 9 years ago
  • Comments: 17 (7 by maintainers)

Commits related to this issue

Most upvoted comments

Any news? Thanks! 😃