more removals

This commit is contained in:
Henry Jameson 2025-03-31 12:28:15 +03:00
commit a81b477350
3 changed files with 0 additions and 11 deletions

View file

@ -7,15 +7,6 @@
],
"rules": {
"declaration-no-important": true,
"rscss/no-descendant-combinator": false,
"rscss/class-format": [
false,
{
"component": "pascal-case",
"variant": "^-[a-z]\\w+",
"element": "^[a-z]\\w+"
}
],
"selector-class-pattern": null,
"import-notation": null,
"custom-property-pattern": null,