From d603c702c671df10a708270318971687842c0937 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Tue, 5 Jan 2016 14:07:26 -0500 Subject: [PATCH] Allow `!= null` --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 7d113c1..210b13b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -8,5 +8,6 @@ "node": true, "strict": true, "undef": true, - "unused": true + "unused": true, + "eqnull": true } -- 2.34.1