From: Isiah Meadows Date: Tue, 5 Jan 2016 19:07:26 +0000 (-0500) Subject: Allow `!= null` X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d603c702c671df10a708270318971687842c0937;p=html-minifier.git Allow `!= null` --- 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 }