Skip to content

Commit

Permalink
Add jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
driverdan committed Jul 24, 2013
1 parent 1e87e80 commit 2462c9b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"node": true,
"browser": false,
"esnext": true,
"bitwise": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": true,
"laxbreak": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"define": false
}
}

0 comments on commit 2462c9b

Please sign in to comment.