Files
rdvspeakers-theme-hugo/.stylelintrc
Horacio Gonzalez cd96943077 Updating codebase
2020-10-14 15:55:58 +02:00

13 lines
306 B
Plaintext

{
"extends": [
"@wemake-services/stylelint-config-scss"
],
"rules": {
"color-format/format": null,
"custom-property-empty-line-before": null,
"no-descending-specificity": null,
"selector-max-compound-selectors": null,
"scss/selector-no-redundant-nesting-selector": null
}
}