Skip to content

Commit

Permalink
forsed error on unused vars in jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Dec 30, 2012
1 parent dadf411 commit 20cae47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"plusplus" : false, // Prohibit use of `++` & `--`.
"regexp" : false, // Prohibit `.` and `[^...]` in regular expressions.
"undef" : true, // Require all non-global variables be declared before they are used.
"unused" : true, // Warns when you define and never use your variables
"strict" : true, // Require `use strict` pragma in every file.
"trailing" : true, // Prohibit trailing whitespaces.

Expand Down

0 comments on commit 20cae47

Please sign in to comment.