From ea17f8db6fc35055996811f524e8574c566810cf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Mar 2015 12:11:02 -0700 Subject: update JSHint config: enable futurehostile --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 0c9e5ce..ea5d0b4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -3,6 +3,7 @@ "curly": true, "eqeqeq": true, "forin": true, + "futurehostile": true, "immed": true, "latedef": true, "newcap": true, -- cgit v1.2.3