disable CSS number-max-precision lint for now

This commit is contained in:
Daniel Micay 2021-10-25 02:41:36 -04:00
parent e8abe78206
commit 108aac55f7

View File

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