Skip to content

Commit

Permalink
Dont warn if functions defined after definition
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Sep 23, 2015
1 parent d102f0a commit 6937cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"quotmark": "single",
Expand Down

0 comments on commit 6937cc4

Please sign in to comment.