From ec96b58169623f4318df19e35706c683a2c39b05 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Mon, 13 Apr 2015 20:08:22 +0200 Subject: [PATCH] Update to match default jshintrc style --- .jshintrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.jshintrc b/.jshintrc index 2c3f7d32..e40e7d81 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,14 +1,14 @@ { - "browser": true, - "curly": true, - "eqeqeq": false, - "loopfunc": false, - "noarg": true, - "trailing": true, - "undef": true, - "unused": false, + "browser": true, + "curly": true, + "eqeqeq": false, + "loopfunc": false, + "noarg": true, + "trailing": true, + "undef": true, + "unused": false, - "globals": { - "OpenSeadragon": true - } + "globals": { + "OpenSeadragon": true + } }