Skip to content

Commit

Permalink
No more max-len, in prettier we trust
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Dec 11, 2017
1 parent 2536f14 commit 40f73fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Expand Up @@ -83,10 +83,7 @@
"linebreak-style": 2,
"lines-around-comment": 0,
"max-depth": 0,
"max-len": [2, 80, {
"ignoreComments": true,
"ignoreStrings": true
}],
"max-len": 0,
"max-nested-callbacks": 0,
"max-params": 0,
"max-statements": 0,
Expand Down

0 comments on commit 40f73fd

Please sign in to comment.