summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-25 02:47:43 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-25 02:47:43 -0400
commit426fc8380f19f2c4ccdaa53fdcf4dfdd60d21110 (patch)
tree16c60f20f30ee1b86dd945528d7f4eaa51b5c56c /.stylelintrc.json
parent108aac55f71732258218d4ce8a1e6fe1e0413409 (diff)
disable CSS max line length lint for now
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json1
1 files changed, 1 insertions, 0 deletions
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
}
}