disable CSS max line length lint for now

This commit is contained in:
Daniel Micay 2021-10-25 02:47:43 -04:00
parent 108aac55f7
commit 426fc8380f

View File

@ -5,6 +5,7 @@
"indentation": 4,
"no-descending-specificity": null,
"number-max-precision": null,
"max-line-length": null,
"selector-list-comma-newline-after": null
}
}