chore(dev): 🔧 disable selector-class-pattern stylelint rule

A lot of extension skinstyles are violating that, will re-enable it later
This commit is contained in:
alistair3149 2024-04-16 01:23:19 -04:00
parent 5cfa21b86a
commit f650af06a2
No known key found for this signature in database
GPG key ID: 16076C01E5C88864

View file

@ -9,6 +9,7 @@
], ],
"rules": { "rules": {
"font-weight-notation": null, "font-weight-notation": null,
"selector-class-pattern": null,
"selector-max-id": null, "selector-max-id": null,
"no-descending-specificity": null, "no-descending-specificity": null,
"declaration-no-important": null, "declaration-no-important": null,