Skip to content

Commit

Permalink
.jshintrc: increase max line length to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Aug 31, 2016
1 parent 3d11e68 commit 5156410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"latedef": true,

// Enforce line length to 80 characters
"maxlen": 80,
"maxlen": 120,

// Require capitalized names for constructor functions.
"newcap": true,
Expand Down Expand Up @@ -64,4 +64,4 @@
"predef": [
"expect", "describe", "it", "xit", "spyOn", "fixture", "beforeEach", "afterEach", "L", "jasmine", "TestResponses"
]
}
}

0 comments on commit 5156410

Please sign in to comment.