Disable no-descending-specificity as it incorrectly highlights issues

This commit is contained in:
Kevin MacMartin 2024-03-13 16:43:21 -04:00
parent ca9f02e6bc
commit c32b0d17a2

View file

@ -9,7 +9,7 @@
], ],
"rules": { "rules": {
"no-descending-specificity": [ true, { "ignore": [ "selectors-within-list" ] } ], "no-descending-specificity": null,
"no-empty-source": null, "no-empty-source": null,