Browse Source

Enforcing JSHint's noarg and nonbsp options

Tim van der Meij 11 years ago
parent
commit
1845922de2
  1. 2
      .jshintrc

2
.jshintrc

@ -10,6 +10,8 @@ @@ -10,6 +10,8 @@
"trailing": true,
"curly": true,
"undef": true,
"noarg": true,
"nonbsp": true,
// Relaxing
"boss": true,

Loading…
Cancel
Save