Choices/.stylelintrc.json

6 lines
130 B
JSON
Raw Permalink Normal View History

2021-12-19 23:43:03 +01:00
{
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-block-no-redundant-longhand-properties": null
}
}