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"); ```