From 50be1081e075937bb54cc2b2d98bb7f14d02faa8 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 18 Sep 2011 16:55:27 +0200 Subject: [PATCH] Sort JSHint options alphabetically --- .jshintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 2ec4ce3..587d66f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,6 +4,6 @@ "evil": true, "laxbreak": true, "noempty": true, - "sub": true, - "nonew": true + "nonew": true, + "sub": true }