Skip to content

Commit

Permalink
Disable max-len rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Oct 7, 2016
1 parent 337762c commit d58bb94
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": [1, 80, 4, {"ignoreComments": true, "ignoreUrls": true}],
"max-len": 0,
"no-param-reassign": 0,
"quote-props": 0,
"wrap-iife": [2, "inside"],
Expand Down

0 comments on commit d58bb94

Please sign in to comment.