Skip to content

Commit

Permalink
update jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Jan 6, 2015
1 parent 566122e commit 677195b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"trailing": true,
"node": true,
"quotmark": false,
"asi": true,
"expr": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"noempty": true,
"unused": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
}

0 comments on commit 677195b

Please sign in to comment.