From e7e4543bb44d7f38078aa637c7854962c975c192 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 15 Dec 2013 21:38:15 +0100 Subject: [PATCH] .jshintrc: Remove the "sub" option --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index e8ae118..10a6bfc 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,6 +10,5 @@ "noarg": true, "noempty": true, "nonew": true, - "sub": true, "trailing": true }