fix: Правка в конфиг stylelint для глобальных стилей

This commit is contained in:
Ilia Mashkov
2025-11-23 13:31:46 +03:00
parent eace670c50
commit c4a7653d7b

View File

@@ -53,5 +53,11 @@ module.exports = {
'order/properties-order': propertyOrdering, 'order/properties-order': propertyOrdering,
'declaration-empty-line-before': null, 'declaration-empty-line-before': null,
'no-descending-specificity': null, // Отключаем из-за конфликта с order/order 'no-descending-specificity': null, // Отключаем из-за конфликта с order/order
'selector-pseudo-class-no-unknown': [
true,
{
ignorePseudoClasses: ['global'],
},
],
}, },
} }