@ryusei/light
Version:
<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
15 lines (14 loc) • 319 B
Plain Text
{
"extends": "stylelint-config-sass-guidelines",
"plugins": [
"stylelint-scss",
"stylelint-order"
],
"rules": {
"number-leading-zero": "never",
"max-nesting-depth": 5,
"selector-max-compound-selectors": 10,
"function-parentheses-space-inside": "always",
"block-no-empty": null
}
}