From 8e85dcb53a009dad5888cbdfa6ebb9425188a2a9 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Tue, 2 Feb 2016 01:38:06 +0800 Subject: [PATCH] rearrange options in alphabetical order --- .jshintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.34.1