From 426fc8380f19f2c4ccdaa53fdcf4dfdd60d21110 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 25 Oct 2021 02:47:43 -0400 Subject: [PATCH] disable CSS max line length lint for now --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index cf022098..b16a7306 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -5,6 +5,7 @@ "indentation": 4, "no-descending-specificity": null, "number-max-precision": null, + "max-line-length": null, "selector-list-comma-newline-after": null } }