From 722f488e46e7c999467c96ceab9626fa7945bddc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 25 Jun 2012 20:28:19 -0400 Subject: [PATCH] jshint: Add boss: true to suppot jquery-color. --- ui/.jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/.jshintrc b/ui/.jshintrc index 415d69e90..eaa9f4b0b 100644 --- a/ui/.jshintrc +++ b/ui/.jshintrc @@ -1,4 +1,5 @@ { + "boss": true, "browser": true, "curly": true, "eqnull": true, -- 2.39.5