Merge pull request #5122 from timvandermeij/jshint-strict-equalities

Enforce strict equalities with JSHint
This commit is contained in:
Tim van der Meij 2014-08-02 21:22:38 +02:00
commit 3fc746cf7c

View File

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