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