From e3de6ca257a44f0775f9ebf586376e65c1f9f1fc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 6 Feb 2015 13:31:12 -0800 Subject: enable JSCS for browser-side code --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 95f4c88..66f3030 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -61,7 +61,7 @@ module.exports = function (grunt) { src: '<%= jshint.gruntfile.src %>' }, lib: { - src: ['src/**/*.js', '!src/browser/mq4-hover-shim.js'] + src: ['src/**/*.js'] }, test: { src: '<%= jshint.test.src %>' -- cgit v1.2.3