Browse Source

Enforce strict equalities with JSHint

Tim van der Meij 11 years ago
parent
commit
ebfa6c86a6
  1. 1
      .jshintrc

1
.jshintrc

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

Loading…
Cancel
Save