Skip to content

Commit

Permalink
add $ and QUnit to jshint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 13, 2015
1 parent 4a6edfb commit 710664f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
// to your app that hang off `window`.

"predef": [
"define" // amd loader
"define", // amd loader
"$",
"QUnit"
]
}
}

0 comments on commit 710664f

Please sign in to comment.