fix: Правка в конфиг stylelint для глобальных стилей
This commit is contained in:
@@ -53,5 +53,11 @@ module.exports = {
|
||||
'order/properties-order': propertyOrdering,
|
||||
'declaration-empty-line-before': null,
|
||||
'no-descending-specificity': null, // Отключаем из-за конфликта с order/order
|
||||
'selector-pseudo-class-no-unknown': [
|
||||
true,
|
||||
{
|
||||
ignorePseudoClasses: ['global'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user