0xSparked's picture
Upload folder using huggingface_hub
db14b86
raw
history blame
248 Bytes
module.exports = {
...require('@lobehub/lint').stylelint,
rules: {
'selector-class-pattern': null,
'selector-id-pattern': null,
'no-descending-specificity': [
true,
{
severity: 'warning',
},
],
},
};