Browse Source

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

Enforce strict equalities with JSHint
Tim van der Meij 11 years ago
parent
commit
3fc746cf7c
  1. 1
      .jshintrc

1
.jshintrc

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

Loading…
Cancel
Save