heti/.stylelintrc

12 lines
215 B
Text
Raw Normal View History

2020-02-11 20:47:29 +08:00
{
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
"rules": {
"no-descending-specificity": [
true,
{
"ignore": ["selectors-within-list"]
}
]
}
}