fix(stylelint): 允许非 kebab-case 的类选择器 [skip ci]

This commit is contained in:
严浩
2025-10-28 10:55:52 +08:00
parent 88ca601d07
commit 8ed289a917

View File

@@ -41,5 +41,6 @@ export default defineConfig({
// SCSS 专用的 at-rule 规则会自动处理 @include, @mixin 等
// 'scss/at-rule-no-unknown': true,
// <<<<<
'selector-class-pattern': null,
},
});