From 6c7c426cec7c5d32adf2f6c5d5fd41d3daf6d4cc Mon Sep 17 00:00:00 2001 From: grosbouddha Date: Mon, 27 May 2013 01:37:08 +0200 Subject: [PATCH] Add jshint TODO --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 6ea7ca92..b3fe6c29 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,6 +7,8 @@ module.exports = function(grunt) { files: [ 'Gruntfile.js', 'package.json', + // TODO(grosbouddha): change to js/**/*.js and fix the 10K jshint + // error messages or fine-tune .jshintrc file. 'js/*.js' ] },