12 lines
307 B
JSON
12 lines
307 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|