Skip to content

Commit

Permalink
Adding the boss option to .jshintrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Holzmann committed Jun 29, 2012
1 parent 10d3a2d commit 2202fee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"latedef": true,
"noarg": true,
"smarttabs": true,
"undef": true
"undef": true,
"boss": true


}

0 comments on commit 2202fee

Please sign in to comment.