Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #54 from mozilla/jscs-line-length-incr
Browse files Browse the repository at this point in the history
JSCS max line length: 120 chars
  • Loading branch information
oyiptong committed Aug 27, 2015
2 parents 550b7c2 + 9d48e7f commit 9a90664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"fileExtensions": [".js"],
"esnext": true,
"validateQuoteMarks": true,
"maximumLineLength": 120,
"excludeFiles": [
"node_modules/**"
]
Expand Down

0 comments on commit 9a90664

Please sign in to comment.