Allow `!= null`
authorIsiah Meadows <impinball@gmail.com>
Tue, 5 Jan 2016 19:07:26 +0000 (14:07 -0500)
committerIsiah Meadows <impinball@gmail.com>
Tue, 5 Jan 2016 19:07:26 +0000 (14:07 -0500)
.jshintrc

index 7d113c1..210b13b 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -8,5 +8,6 @@
   "node":       true,
   "strict":     true,
   "undef":      true,
-  "unused":     true
+  "unused":     true,
+  "eqnull":     true
 }