aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 16:09:18 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 16:09:18 +0200
commit45c9a313a6d83962fe8522ab8e8f5807e7cc9321 (patch)
treef80d81ae247a904538958d5018e825a4751d1a64
parentfc3beb1c68d56cf4bbfe2e18fdcc41f90f016f31 (diff)
make regex lint
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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
}