From: XhmikosR Date: Sat, 8 Mar 2014 16:08:08 +0000 (+0200) Subject: Remove `eqnull`. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1cbc62c8a8a65803e9cb37b4938558b029b51d2d;p=html-minifier.git Remove `eqnull`. --- diff --git a/.jshintrc b/.jshintrc index 734bdb1..82dacc9 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,7 +2,6 @@ "browser": true, "curly": false, "eqeqeq": true, - "eqnull": true, "expr": true, "immed": true, "indent": 2,