fix: stylelint rules

This commit is contained in:
Bobby 2023-12-06 06:34:24 +07:00
parent bef73a578e
commit 50fe5ff717
No known key found for this signature in database
GPG Key ID: B2F45B6A3C9A8FCA

View File

@ -4,6 +4,7 @@
"block-closing-brace-newline-before": null,
"no-descending-specificity": null,
"scss/at-import-no-partial-leading-underscore": null,
"scss/load-no-partial-leading-underscore": null,
"selector-class-pattern": null,
"selector-id-pattern": null
}