hubs/.stylelintrc

10 строки
282 B
Plaintext

{
"extends": "stylelint-config-recommended-scss",
"rules": {
"indentation": 2,
"selector-pseudo-class-no-unknown": [true, { "ignorePseudoClasses": ["local"] }],
"selector-type-no-unknown": [true, { "ignoreTypes": ["/^a-/"] }],
"no-descending-specificity": false
}
}