Enforce strict equalities with JSHint

This commit is contained in:
Tim van der Meij 2014-08-02 13:57:20 +02:00
parent cb59b5772b
commit ebfa6c86a6

View File

@ -12,6 +12,7 @@
"undef": true, "undef": true,
"noarg": true, "noarg": true,
"nonbsp": true, "nonbsp": true,
"eqeqeq": true,
// Relaxing // Relaxing
"boss": true, "boss": true,