From d265658d986a688bf217461ca9c24d9c5300bdc8 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Mon, 31 Aug 2015 02:15:03 -0400 Subject: [PATCH] lint --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 1a2f7b9..c78323c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,7 +1,7 @@ { "asi": false, "boss": true, - "curly": true, + "curly": false, "eqeqeq": true, "eqnull": true, "esnext": true,