Skip to content

Commit

Permalink
remove line length option from .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
booo committed Jan 24, 2013
1 parent 6bc512a commit 6113981
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"trailing": true,
"indent": 2,
"maxlen": 80
"indent": 2
}

0 comments on commit 6113981

Please sign in to comment.