Clean up .jshintrc

This commit is contained in:
Simon Ho 2015-09-25 01:34:49 -07:00
parent 6fa57754ab
commit d32c65d45d
1 changed files with 31 additions and 30 deletions

View File

@ -11,12 +11,13 @@
"laxcomma": true,
"laxbreak": true,
"globals": {
/* mocha */
"after": true,
"afterEach": true,
"assert": true,
"before": true,
"beforeEach": true,
"context": true,
"describe": true,
"expect": true,
"it": true,