Skip to content

Commit

Permalink
Set max-len to 120 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Oct 14, 2016
1 parent d58bb94 commit 4b2c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vars-on-top": 0,
"no-use-before-define": 0,
"space-before-function-paren": 0,
"max-len": 0,
"max-len": [1, 120, 2, {"ignoreComments": true, "ignoreUrls": true}],
"no-param-reassign": 0,
"quote-props": 0,
"wrap-iife": [2, "inside"],
Expand Down

0 comments on commit 4b2c29a

Please sign in to comment.