heti/.stylelintrc
2020-02-11 20:47:29 +08:00

11 lines
215 B
Text

{
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
"rules": {
"no-descending-specificity": [
true,
{
"ignore": ["selectors-within-list"]
}
]
}
}