Skip to content

Commit f273531

Browse files
heydariplusplusSaswatPadhi
authored andcommitted
increasing max-len from 84 to 120
1 parent fbaa581 commit f273531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"indent": [1, 4, {"CallExpression": {"arguments": "first"}, "flatTernaryExpressions": true, "SwitchCase": 1}],
1515
"keyword-spacing": 2,
1616
"linebreak-style": [2, "unix"],
17-
"max-len": [2, 84, 4, { "ignoreUrls": true, "ignorePattern": "\\brequire\\([\"']|eslint-disable", "ignoreComments": true, }],
17+
"max-len": [2, 120, 4, { "ignoreUrls": true, "ignorePattern": "\\brequire\\([\"']|eslint-disable", "ignoreComments": true, }],
1818
"no-alert": 2,
1919
"no-array-constructor": 2,
2020
"no-console": 0,

0 commit comments

Comments
 (0)