From 45c9a313a6d83962fe8522ab8e8f5807e7cc9321 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Fri, 27 Jun 2014 16:09:18 +0200 Subject: make regex lint --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4f5091b..49ff474 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,6 +44,7 @@ module.exports = function(grunt) { unused: true, boss: true, eqnull: true, + "-W044" : true, // cant get inline comment to work with grunt globals: { jQuery: true } -- cgit v1.2.3