Browse Source

update jshintrc

contingency-plan
Rich Harris 10 years ago
parent
commit
d0c739a9bf
  1. 4
      .jshintrc

4
.jshintrc

@ -3,6 +3,8 @@
"undef": true, "undef": true,
"unused": true, "unused": true,
"globals": { "globals": {
"process": true "process": true,
"module": true,
"assert": true
} }
} }
Loading…
Cancel
Save