Skip to content

Commit 21e22eb

Browse files
committed
Allow lines to be longer than 132 chars
1 parent b0474e0 commit 21e22eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"keyframe-declaration-no-important": true,
5757
"length-zero-no-unit": [true, { "severity": "warning" }],
5858
"max-empty-lines": 2,
59-
"max-line-length": [132, { "severity": "warning" }],
59+
"max-line-length": null,
6060
"media-feature-colon-space-after": "always",
6161
"media-feature-colon-space-before": "never",
6262
"media-feature-parentheses-space-inside": "never",

0 commit comments

Comments
 (0)