12 lines
215 B
Text
12 lines
215 B
Text
|
{
|
||
|
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
|
||
|
"rules": {
|
||
|
"no-descending-specificity": [
|
||
|
true,
|
||
|
{
|
||
|
"ignore": ["selectors-within-list"]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|