Skip to content
Permalink
Browse files
Add undef:true to JSHint now that it understands hoisting
also add smarttabs:true and fix some smarttabs spacing issues
  • Loading branch information
mikesherov authored and dmethvin committed Jan 20, 2012
1 parent 8d9025c commit 135bb4f
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 105 deletions.
@@ -9,6 +9,8 @@
expr: true,
curly: true,
trailing: true,
undef: true,
smarttabs: true,
predef: [
"define",
"DOMParser"

1 comment on commit 135bb4f

@jaubourg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

Please sign in to comment.