Skip to content

Commit

Permalink
fix houndci false alarm about undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Yuan committed Jan 20, 2016
1 parent 7f684ad commit 9a60ac8
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,20 @@
"supernew" : false,
"validthis" : false,


// Environments

"node": true,
"mocha": true,

//Custom Globals
"globals" : {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false,
"expect": false,
"should": false,
"request": false,
"helper": false,
"chai": false,
"sinon": false
}
"predef" : [
"_",
"chai",
"expect",
"helper",
"Promise",
"request",
"should",
"sinon",
"sinonPromise"
]
}

0 comments on commit 9a60ac8

Please sign in to comment.