From a81b477350a3f32061722e9bdfcc6bbc5e280f56 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 31 Mar 2025 12:28:15 +0300 Subject: [PATCH] more removals --- .stylelintrc.json | 9 --------- package.json | 1 - src/components/status/status.scss | 1 - 3 files changed, 11 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 5aef13590..c91107595 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -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, diff --git a/package.json b/package.json index d9c796074..63afb9438 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,6 @@ "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "29.0.0", - "stylelint-rscss": "0.4.0", "vite": "^6.1.0", "vite-plugin-eslint2": "^5.0.3", "vite-plugin-stylelint": "^6.0.0", diff --git a/src/components/status/status.scss b/src/components/status/status.scss index ffa4f532c..495809660 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -374,7 +374,6 @@ height: 40px; // TODO define those other way somehow? - // stylelint-disable rscss/class-format &.-compact { width: 32px; height: 32px;