fedimovies-web/.stylelintrc.json

13 lines
307 B
JSON
Raw Permalink Normal View History

2021-04-17 03:16:54 +00:00
{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"color-hex-case": null,
"color-hex-length": null,
"declaration-property-value-disallowed-list": {},
"max-nesting-depth": 3,
"selector-max-id": 1,
"selector-no-qualifying-type": null,
"string-quotes": "double"
}
}