Skip to content

Commit

Permalink
adjusted .jshintrc to allow keyword 'Promise'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Sep 3, 2014
1 parent 84e3051 commit f0204ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"unused": true,
"trailing": true,
"maxparams": 3,
"maxdepth": 3
"maxdepth": 3,
"predef": [ "-Promise" ]
}

0 comments on commit f0204ce

Please sign in to comment.