Skip to content

Commit

Permalink
chore(hinting): add some jasmine specific globals to the hint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wzr1337 committed May 20, 2015
1 parent 7c1b5ec commit ed0deaf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"smarttabs": true,
"globals": {
"angular": false,
"Hammer": false
"Hammer": false,
// testing
"it": false,
"beforeEach": false,
"describe": false,
"expect": false,
"inject": false
}
}

0 comments on commit ed0deaf

Please sign in to comment.