Choices/.stylelintrc.json

6 lines
130 B
JSON

{
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-block-no-redundant-longhand-properties": null
}
}