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,
"unused": true,
"globals": {
"process": true
"process": true,
"module": true,
"assert": true
}
}
Loading…
Cancel
Save