Небольшие правки в конфиг stylelint для устранения конфликта в правиле порядка свойств

This commit is contained in:
Ilia Mashkov
2025-11-19 18:40:16 +03:00
parent 358389c074
commit aa37c5abd0

View File

@@ -52,5 +52,6 @@ module.exports = {
'order/order': selectorOrdering,
'order/properties-order': propertyOrdering,
'declaration-empty-line-before': null,
'no-descending-specificity': null, // Отключаем из-за конфликта с order/order
},
}