Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update jshint
  • Loading branch information
barisusakli committed Sep 13, 2016
1 parent dee33a9 commit 2f0d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Expand Up @@ -24,7 +24,7 @@
// "single" : require single quotes
// "double" : require double quotes
"undef" : true, // true: Require all non-global variables to be declared (prevents global leaks)
"unused" : false, // true: Require all defined variables be used TODO: Set this to true, update codebase.
"unused" : true, // true: Require all defined variables be used
"strict" : true, // true: Requires all functions run in ES5 Strict Mode
"trailing" : false, // true: Prohibit trailing whitespaces
"maxparams" : false, // {int} Max number of formal params allowed per function
Expand Down

0 comments on commit 2f0d1c5

Please sign in to comment.