Skip to content

Commit 40f73fd

Browse files
committed
No more max-len, in prettier we trust
1 parent 2536f14 commit 40f73fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@
8383
"linebreak-style": 2,
8484
"lines-around-comment": 0,
8585
"max-depth": 0,
86-
"max-len": [2, 80, {
87-
"ignoreComments": true,
88-
"ignoreStrings": true
89-
}],
86+
"max-len": 0,
9087
"max-nested-callbacks": 0,
9188
"max-params": 0,
9289
"max-statements": 0,

0 commit comments

Comments
 (0)