mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
14 lines
248 B
JavaScript
14 lines
248 B
JavaScript
module.exports = {
|
|
...require('@lobehub/lint').stylelint,
|
|
rules: {
|
|
'selector-class-pattern': null,
|
|
'selector-id-pattern': null,
|
|
'no-descending-specificity': [
|
|
true,
|
|
{
|
|
severity: 'warning',
|
|
},
|
|
],
|
|
},
|
|
};
|