Skip to content

Commit

Permalink
Fixed jshint config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Jun 5, 2015
1 parent 9c44ecf commit de15d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Expand Up @@ -5,7 +5,7 @@
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand Down
2 changes: 1 addition & 1 deletion test/.jshintrc
Expand Up @@ -5,7 +5,7 @@
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand Down

0 comments on commit de15d74

Please sign in to comment.