From: alexlamsl Date: Mon, 1 Feb 2016 17:38:06 +0000 (+0800) Subject: rearrange options in alphabetical order X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8e85dcb53a009dad5888cbdfa6ebb9425188a2a9;p=html-minifier.git rearrange options in alphabetical order --- diff --git a/.jshintrc b/.jshintrc index 210b13b..1f7a91f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,6 +1,7 @@ { "browser": true, "eqeqeq": true, + "eqnull": true, "es3": true, "expr": true, "laxbreak": true, @@ -8,6 +9,5 @@ "node": true, "strict": true, "undef": true, - "unused": true, - "eqnull": true + "unused": true }